0

How can I run multithreading in PySide6, for pure python I use:

import threading
t = threading.Thread(target=My_Target)
t.start()

but for QThread if I want to do the same, the code will look like?

HTL CO
  • 41
  • 6

0 Answers0