QtCore.QObject.connect(timer, QtCore.SIGNAL( "timeout()" ), my_obj, my_slot). timer.start( 100 ). QtCore.QTimer.singleShot( 1000 , self .quit_app).
確定! 回上一頁