Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to create windows 7 jump lists via python/pyqt?

i have a pyqt project which i'm interested in using to play around with the new windows 7 jump list feature. after a bunch of searching, i have not found any specific examples of anyone creating jumplists via python.

has anyone here found an easy way to hook into this? does mark hammond's pywin32 module have an appropriate wrapper?

thanks!

like image 751
afex Avatar asked Jun 01 '26 01:06

afex


1 Answers

I don't think Qt supports jump lists, you can find a bit more info here

Qt 4.6 added support for windows 7 and it was released today but I don't think they added this specific feature and I don't think PyQt supports this release.

like image 184
Nikola Smiljanić Avatar answered Jun 03 '26 17:06

Nikola Smiljanić