Hi all,

To tell the user that the QRunnable threads have not stalled, I would like them to provide some feedback to the main GUI. But QRunnable does not inherit QObject, hence doesn't seem to provide the capability of signal emission.
So, how can a QRunnable thread communicate to the main thread ?

Thanks

Andre