Re: Trying to resolve sub-classing QThread - or not
Don't know why you think a benefit of subclassing is 'isRunning, isFinished, sleep, msleep are still available'. They are of course still available on the associated QThread!
The benefit of not sub-classing is that people dont get confused about what threads the signals/slots are (executed) in.
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