1import sys 2from PyQt4.QtGui import * 3from PyQt4.QtCore import * 4 5def window(): 6 app = QApplication(sys.argv) 7 w = QWidget() 8 b = QPushButton(w) 9 b.
確定! 回上一頁