Not a answer but some hints:
One application of mine is minimzed to the tray. To bring it to the front again I use this code:
showMinimized(); // This is to bring up the window if not minimized
// but beneath some other window
setWindowState(Qt::WindowActive);
showNormal();
showMinimized(); // This is to bring up the window if not minimized
// but beneath some other window
setWindowState(Qt::WindowActive);
showNormal();
To copy to clipboard, switch view to plain text mode
I've got this code from sowhere but can't remember where. So tribut to the unknown guy who posted it in the wast land of the iternet...
Bookmarks