from PySide2 import QtCore, QtWidgets ... timer.setInterval(3000) # 3 second timeout loop = QtCore. ... timer.timeout.connect(loop.quit)
確定! 回上一頁