Example 1: qmessagebox pyqt5 import sys from PyQt4.QtGui import * from PyQt4.QtCore import * def window(): app = QApplication(sys.argv) w = QWidget() b ...
確定! 回上一頁