self.timer = QTimer() self.timer.timeout.connect(self.handleTimer) self.timer.start(1000). Then update the progressbar value: ...
確定! 回上一頁