Yes.Originally Posted by coralbird
This is not MFC. GUI operations are not thread safe (especially in Qt3). Use custom events to post a proper event to the main thread instead.I can do it in MFC.
In your case this is probably as simple as.Qt Code:
To copy to clipboard, switch view to plain text mode
BTW. Does it make sense to issue "hide()" from within closeEvent? What do you need it for? close event hides the widget by itself... Just remember to call its base class implementation.





Reply With Quote
Bookmarks