PDA

View Full Version : How to FINALLY use multiple threads with QThread



viktorjamrich
25th July 2015, 00:20
Hey guys,

I've had a hard time trying to figure
out how to use the QThread class correctly
to make a background worker.

It was a real MESS in QThread info.

Some people told me to subclass QThread,
some the opposite, so I just tried various
methods myself.

I'm sharing (instead of asking) a quick guide
now, so you can skip the experiments
and learn from it as well.

I made a site 30 Minutes To QThread
(www.30-minutes-to-qthread.com),
where you can learn how to properly
use multiple threads in Qt without
any B.S.

Hope you'll learn some useful
new stuff guys ;)