使用 python 将 Qt 与 Windows 7 任务栏集成?

发布于 2024-11-30 18:24:22 字数 352 浏览 0 评论 0原文

我正在寻找一种在使用 Qt 作为 UI 的 Python 应用程序中使用一些 Windows 7 任务栏功能(特别是进度栏和跳转列表)的方法。我在 SO 上看到的问题都是 1-2 年前的问题,要么说 Qt 还不存在,但下一个版本将会有它(现已发布),要么指向我 Q7Goodies 出于成本原因我不想使用它。

有谁知道 Qt 和 python 绑定(PyQt 或 PySide)是否可以与 Windows 7 任务栏交互?

我正在使用 Python 2.7.x 和 Qt 4.6。如果需要,我可以升级到 4.7,但目前还无法升级到 Python 3.x。

I'm looking for a way to using some of the Windows 7 task bar features - specifically progressbar and jump lists - in a python application that uses Qt for the UI. The questions I've seen on SO are all 1-2 years old and either say Qt isn't there yet but the next version will have it (which has since been released) or point me to Q7Goodies which I'd prefer not to use for cost reasons.

Does anyone know if Qt and a python binding, either PyQt or PySide, can interact with the Windows 7 taskbar?

I am using Python 2.7.x and Qt 4.6. I can upgrade to 4.7 if needed, I can't move up to Python 3.x just yet.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

神经暖 2024-12-07 18:24:22

对于 C++,有一个名为 EcWin7 的东西,只需查看: http://code.google.com/p/dukto/source/browse/trunk/src/ecwin7.cpp

也许为其创建 Python 绑定并不难,但我不是 当然。

无论如何希望它有帮助:)

For C++ there is something called EcWin7, just look: http://code.google.com/p/dukto/source/browse/trunk/src/ecwin7.cpp

Maybe it's not so hard to make Python bindings for it but I'm not sure.

Hope it helps anyhow :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文