QTimer (self) timer.timeout.connect(self.function) timer.setSingleShot(True) timer.start(1000) # To stop the timer object at some later point. timer.stop().
確定! 回上一頁