Details
-
Suggestion
-
Resolution: Invalid
-
P2: Important
-
None
-
None
Description
None of our examples really shows how to correctly connect signals to slots in object controlled by threads, and how to run event-driven objects in a worker thread (i.e. call QThread::exec etc). This area tends to be misunderstood by our customers. Not even the "threadedfortuneserver" example uses QThread::exec.