Windows 7 の Aero テーマには、拡張機能を備えたまったく新しいタスク バーがあります。
Qt でのタスクバー拡張機能 (ジャンプ リストなど) の現在のサポート状況は?
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.
私は Qt 用の小さなライブラリを作成しました。それは、新しい Windows 7 タスクバーのプログレス バーとオーバーレイ アイコンのサポートを提供するだけです。私のブログで見つけることができます。もちろん、ダウンロードして使用するのは無料です。
すべてのタスクバー拡張機能を実装する商用の Qt アドオンがあります。それはQ7Goodiesという名前で、とても使いやすそうです。