Monthly Archives: April 2011

Creating a threaded QObject in QT

There are times when you need a worker thread in QT, that is more then just fired off to do work and forget. In the past, I have derived from QThread, implemented Run() and did the work I needed to … Continue reading

Posted in Software | Comments Off on Creating a threaded QObject in QT