I am looking for something similar to the setPixmap() function in the QLabel class.
So when I call QGraphicsScene.addItem(QGraphicsItem), I want a picture displayed where the QGraphicsItem is.
Printable View
I am looking for something similar to the setPixmap() function in the QLabel class.
So when I call QGraphicsScene.addItem(QGraphicsItem), I want a picture displayed where the QGraphicsItem is.
Nevermind, figured it out
Just in case anyone else wants to do that: Use a QGraphicsPixmapItem.