QtWidgets import QApplication, QMainWindow, QPushButton, QLabel, QVBoxLayout, QWidget import sys from random import randint class AnotherWindow(QWidget): ...
確定! 回上一頁