[Qt-interest] how to hide the taskbar/dock icon?

Denis Akhmetzyanov dakhmetzyanov at smartlabs.tv
Tue Jul 13 15:25:03 CEST 2010


Hi,
I've done such thing using:

setWindowFlags(Qt::Tool);

This flag hides taskbar tab for application, but reduces window title bar.
Also I've heard a suggestion to use Qt::SubWindow flag for this purpose, but
never tried myself.


2010/7/10 Gabriele Kahlout <gabriele at mysimpatico.com>

> Hello,
>
> My application is a background process that occassionally shows a window
> (set always on top). I'd like not to have a dock item/taskbar tab for it at
> all.
> How can I do that?
>
> Couldn't find any reference in the doc, while previous posts don't work
> (eg. Qt::Popup or splashscreen) or are incomplete.
>
> --
> Regards,
> K. Gabriele
>
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
>


-- 
Best regards,
Denis Akhmetzyanov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100713/4b5ab688/attachment.html 


More information about the Qt-interest-old mailing list