QTimer.singleShot(1000, loop.quit) #1000 ms loop.exec_() class MainWindow(QWidget): def __init__(self): super().__init__() self.thread ...
確定! 回上一頁