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).
(source: microsoft.com)