from PyQt5 import QtCore def update(): print('hey') fps = 15 timer = QtCore.QTimer() timer.timeout.connect(update) timer.
確定! 回上一頁