from my main program where l started the thread with run() ... it is blocked at run()....if l replace exec() with quit() in the thread::run() ....it is okay but then l can not manage the signal Keep or Close in my thread
from my main program where l started the thread with run() ... it is blocked at run()....if l replace exec() with quit() in the thread::run() ....it is okay but then l can not manage the signal Keep or Close in my thread
Wysota ...
my GUI is a just a QDIALOg l mange in the Thread ...seems to work well, eexcept to exit the thread when l use signal... l read around in this forum there is limitation on calling Signal in a thread, but it is not really clear to me !!
M.
hey Wysota,
well l reworked my code so the GUI is manage outside the thread and l update the GUI using Signal in the Thread...and now use Start() to activate the thread.
everything works as l want.
thanks for your help,
Michael
Bookmarks