Qt.timer start()中的间隔与setInterval之间的区别是什么

时间:2019-05-23 15:08:04

标签: python pyqt

我的程序有效。但是我很难区分start()中的setIntervalQt.QTimer()。一个解释将不胜感激。


self.timer= Qt.QTimer()        
self.timer.setInterval(TICK_TIME)
self.timer.timeout.connect(self.tick) 

and

self.timer.start(1)

0 个答案:

没有答案