Hi all,

this may be a bug of user error:

This code works fine on Windows under PySide 1.0.9 but under PySide 1.2.4 it returns a null pixmap:

pixmap = QPixmap('z:/path/to/image/image.svg')
print pixmap.isNull()
l = QLabel('test')
l.setPixmap(pixmap)
l.show()


Is this a bug in 1.2.4 or am I doing something wrong?

Happy New Year from New Zealand everybody!

Cheers,
frank



--
ohufxLogo 50x50 <http://www.ohufx.com> *vfx compositing <http://ohufx.com/index.php/vfx-compositing> | *workflow customisation and consulting <http://ohufx.com/index.php/vfx-customising>* *

_______________________________________________
PySide mailing list
PySide@qt-project.org
http://lists.qt-project.org/mailman/listinfo/pyside

Reply via email to