[Qt-interest] optionally hide application icon in taskbar
Ian Clark
mrrooster at gmail.com
Mon Aug 16 13:07:51 CEST 2010
On 16 August 2010 11:34, Ian Clark <mrrooster at gmail.com> wrote:
[snip]
>
> I suspect there's little that can be done to avoid this on Windows 7.
>
This article might be of some interest, you'll have to specify the
application ID under windows, it should then group all the taskbar
icons under one...
http://msdn.microsoft.com/en-us/magazine/dd942846.aspx
It looks like you will need to call the following win32 function early
on in your application startup, probably in the main before the
QApplication has been created:
http://msdn.microsoft.com/en-us/library/dd378422%28VS.85%29.aspx
Remember this is a Windows 7 only function too.
Cheers,
Ian
More information about the Qt-interest-old
mailing list