7

Windows 7 の Aero テーマには、拡張機能を備えたまったく新しいタスク バーがあります。

Windows 7 タスクバー ジャンプ リスト

Qt でのタスクバー拡張機能 (ジャンプ リストなど) の現在のサポート状況は?

4

3 に答える 3

5

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.

于 2009-10-05T07:33:06.007 に答える
3

私は Qt 用の小さなライブラリを作成しました。それは、新しい Windows 7 タスクバーのプログレス バーとオーバーレイ アイコンのサポートを提供するだけです。私のブログで見つけることができます。もちろん、ダウンロードして使用するのは無料です。

于 2010-09-12T09:55:03.830 に答える
3

すべてのタスクバー拡張機能を実装する商用の Qt アドオンがあります。それはQ7Goodiesという名前で、とても使いやすそうです。

于 2010-05-13T13:43:30.510 に答える