Python——GUI编程 利息计算器 作业9(python programming)

Python——GUI编程 利息计算器 作业9(python programming) import sys from PyQt5.QtCore import * from PyQt5.QtGui import * from PyQt5.QtWidgets import * class calMoney(QDialog): def __init__(self,parent=None):
相关文章
相关标签/搜索