我試圖通過將一些阻止代碼移動到單獨的QThread來使我的PyQt4程序更具響應性。 ... QTimer() self.timer.timeout.connect(self.sleep) self.timer.start(1000) def ...
確定! 回上一頁