Well,I confess I haven't well understood what you want to say in the last paragraph but if you use the SIGNAL/SLOT method to start methodB after the end of the thread that computes methodA..well methodB is not aware of the fact that mA is running in a thread:mB runs in the principal thread and it starts as the thread emits the finished signal.Originally Posted by svenni
You can make you thread communicate with the GUI thread using signals.Originally Posted by svenni
This is exactly what you can achieve using slot connection.Originally Posted by svenni
You are welcome.
Bookmarks