参考地址:
import sys from PyQt4.QtGui import QApplication, QPushButton app = QApplication(sys.argv) button = QPushButton("Hello world!") button.show() sys.exit(app.exec_())
完
本文共 173 字,大约阅读时间需要 1 分钟。
参考地址:
import sys from PyQt4.QtGui import QApplication, QPushButton app = QApplication(sys.argv) button = QPushButton("Hello world!") button.show() sys.exit(app.exec_())
完
转载地址:http://regjl.baihongyu.com/