import sys from PyQt4 import QtGui, QtCore class Example(QtGui.QWidget): def __init__(self): QtGui.QWidget.__init__(self) button = QtGui.
確定! 回上一頁