Qt: what is the current status of Windows 7 Taskbar Extensions support?

前端 未结 3 1100
迷失自我
迷失自我 2021-01-12 11:05

Windows 7 Aero Theme has a brand new taskbar with extensions.

\"Windows

相关标签:
3条回答
  • 2021-01-12 11:45

    There is a commercial Qt add-on that implements all the taskbar extensions. It is called Q7Goodies and it seems to be really easy to use.

    0 讨论(0)
  • 2021-01-12 11:47

    Far as I'm aware there's no support for this yet - but there would be nothing to stop you making native OS API calls to do this just on Windows.

    If you want to see an example of this approach, check out this recent Qt Labs posting about using "blur-behind" on windows.

    0 讨论(0)
  • 2021-01-12 11:53

    I've written a small library for Qt, it just provides support for progress bar and overlay icons on the new Windows 7 taskbar. You can find it on my blog. Obviously it is free to download and use.

    0 讨论(0)
提交回复
热议问题