PDA

View Full Version : Qt application+hide taskbar



gaczm
29th October 2011, 15:11
Recently I wrote simple reminder app. I want it to behave like desktop widget. But I don't know what to do to hide it from taskbar.
I tried a lot of window flags. When I set it to Qt::Tool it seems to work fine, but when I invoke child window (configuration window) and then close it, main window close as well.
So my question is is there any other ways to hide taskbar button?
At least it can be unix-only function :-)

Spitfire
31st October 2011, 09:24
Try accepted answer from here (http://stackoverflow.com/questions/4055506/qt-hide-taskbar-item) [stackoverflow.com].