singleShot (3000, f). The second is this: # Create a QTimer timer = QTimer() # Connect it to f timer.timeout.connect(f) # Call f() every 5 ...
確定! 回上一頁