Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PyQt4 & Windows 7 Thumbnail Toolbar

Tags:

python

pyqt

aero

How can I add some thumbnail toolbar buttons to a QMainWindow with PyQt4, without using native code (ctypes and similar are fine, but not creating a DLL from another language)?

I'd prefer a solution that doesn't break the platform independence of my application (i.e. on Linux it should just do nothing).

Thumbnail Toolbar
(source: microsoft.com)

like image 725
Lord Spectre Avatar asked Nov 24 '12 17:11

Lord Spectre


1 Answers

You shoud read this webpage

http://nicug.blogspot.com.br/2011/03/windows-7-taskbar-extensions-in-qt.html

good luck

like image 184
sharkguto Avatar answered Oct 04 '22 17:10

sharkguto