使用 python 将 Qt 与 Windows 7 任务栏集成?
我正在寻找一种在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 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 :)