三本貓 www.isgame.idv.tw
import sys from PyQt4.QtGui import * app = QApplication(sys.argv) button = QPushButton("Hello World", None) button.show() app.exec_() 執行 python helloworld.py
沒有留言:
張貼留言