PyQt4(简单计算器)

随便写写html import sys import calc from PyQt4 import QtCore, QtGui class MyWidget(QtGui.QWidget): num1 = "" num2 = "" point1 = 0 point2 = 0 opera = 0 opera_add = 0 opera_min
相关文章
相关标签/搜索