from PyQt4.QtCore import * from PyQt4.QtGui import * import sys class TestThread1(QThread): def run(self): self.timer = QTimer() self.timer.
確定! 回上一頁