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

微笑、不失礼 提交于 2019-12-01 04:02:40

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.

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.

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!