标签: python pyqt
我的程序有效。但是我很难区分start()中的setInterval和Qt.QTimer()。一个解释将不胜感激。
start()
setInterval
Qt.QTimer()
self.timer= Qt.QTimer() self.timer.setInterval(TICK_TIME) self.timer.timeout.connect(self.tick) and self.timer.start(1)