Hi i am trying to place a QGraphicsPixmapItem to a Position of x y in a GraphicsScene. I had used this command

"self.item.setPos(QtCore.QPointF(20,50))" its not working.


is there any way to move the QGraphics Item as Qlabel support label.move(x,y)