Description
Ok, so I am running:
Windows 7 / Python 2.7.5 / QT 4.8.6 / PySide 1.2.2, and I tried this repo's example in desktop called systray. Running the binary from the "QT Examples and Demos" launcher was without problems, but launching systray.py
did not show the embedded .SVG icons within the icon list and neither in the system tray. I found a related topic on SO and added:
from PySide import QtSvg, QtXml
to systray.py
, which at least now shows the icons. However, when I run both the PySide and binary versions side by side, the "Heart" icon is rendered distorted in the PySide version. I guess that means I should set up the renderer correctly?
My main issue is that this should be noted somewhere in the example's documentation, because I assumed the these examples would run flawlessly out of the box. I would be glad to do that however I am still a PySide-noob :)