So I've got a Icons.qrc file; I've got the IconsCompiled.py file. I'm doing
import IconsCompiled. 
print QFile.exists('/.../.../images/humvee.png') returns "True"
print QFile.exists(':/images/humvee.png') returns "True"
I am still not getting a pixmap displayed on the screen.

-- 
View this message in context: 
http://old.nabble.com/QGraphicsPixmapItem-not-showing-set-pixmap-tp27229352p27405516.html
Sent from the PyQt mailing list archive at Nabble.com.

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to