问题
Windows 7 Aero Theme has a brand new taskbar with extensions.
What is the current status of Taskbar Extensions (jump lists, etc.) support in Qt?
回答1:
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.
回答2:
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.
回答3:
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.
来源:https://stackoverflow.com/questions/1518620/qt-what-is-the-current-status-of-windows-7-taskbar-extensions-support