from PyQt4.QtCore import QTimer def chamar(): print 'Foo' timer = QTimer() timer.timeout.connect(chamar) timer.start(1000).
確定! 回上一頁