what you are doing is even worse than subclassing QThread (not that subclassing QThread is bad)
You are blocking the main thread with the while(...) loop in MyObject.
what you are doing is even worse than subclassing QThread (not that subclassing QThread is bad)
You are blocking the main thread with the while(...) loop in MyObject.
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
Bookmarks