简体   繁体   English

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

[英]Integrate Qt with Windows 7 taskbar using python?

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. 我正在寻找一种方法来使用一些Windows 7任务栏功能 - 特别是进度条和跳转列表 - 在一个使用Qt的UI的python应用程序中。 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. 我在SO上看到的问题都是1-2岁,或者说Qt还没有,但下一个版本会有它(已经发布)或指向Q7Goodies ,我不想这样做用于成本原因。

Does anyone know if Qt and a python binding, either PyQt or PySide, can interact with the Windows 7 taskbar? 有谁知道Qt和python绑定(PyQt或PySide)是否可以与Windows 7任务栏交互?

I am using Python 2.7.x and Qt 4.6. 我使用的是Python 2.7.x和Qt 4.6。 I can upgrade to 4.7 if needed, I can't move up to Python 3.x just yet. 如果需要我可以升级到4.7,我还不能升级到Python 3.x。

For C++ there is something called EcWin7, just look: http://code.google.com/p/dukto/source/browse/trunk/src/ecwin7.cpp 对于C ++,有一个名为EcWin7的东西,看看: 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. 也许为它制作Python绑定并不是那么难,但我不确定。

Hope it helps anyhow :) 希望无论如何都有帮助:)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM