from PySide2.QtWidgets import QPushButton, QApplication, QWidget app = QApplication() window = QWidget() button = QPushButton('按钮') ...
確定! 回上一頁