So far, I have: timer = QtCore.QTimer() timer.timeout(self.savefile) timer.start(600000) 1. Is QTimer the way to get what I want?
確定! 回上一頁