Filled) timer = QTimer(self) self.connect(timer, SIGNAL('timeout()'), self.showTime) timer.start(1000) self.showTime() self.setWindowTitle("Digital Clock") ...
確定! 回上一頁