Threads and QObjects

<Unknown command>contentspageThread Support in Qt

QThread inherits QObject. It emits signals to indicate that the thread started or finished executing, and provides a few slots as well.

More interesting is that