Hi,
I have an application that runs out of a QMainWindow. I have an operation that needs to run in a separate thread and output text to a separate dialog. The dialog needs to be killed if the main window is exited/rejected.
It would be nice for the user if the main window and the dialog were controlled by separate threads, so heavy updates on the one window won't bog down the other.
I think I've overcomplicated my implementation, as you can see in my other post, and I suspect I might need to do something like is found in this post.
I've accepted that I don't quite understand what needs to be done and so have come to the newbie list
Many thanks.



Reply With Quote

Bookmarks