qthread tag

1 questions


1 answers
129 views
0
How do I write the Pyside2 QThread parameter?

class _Date_Thread(QThread): def run (self, param): # Where the parameter should be entered while True: print(param) time.sleep(0.1) class Ui_MainWindow(QMainWindow): def __init__(self): super()._...


© 2024 OneMinuteCode. All rights reserved.