Answer the question
In order to leave comments, you need to log in
How to run a function on a thread, PYQT?
The problem is this:
There is a function, it needs to be run in a thread, I do it like this:
self.mltpr = threading.Thread(target=self.startFunction, args=())
self.mltpr.start()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question