Hello,

I want to move a QPixmap item.

I created

QPixmap image = QPixmap("C:/icons/m.png");

and now i want to place image on screen than i want to move it.

exactly,i need this functions:
image.place(x,y);
image.move(x,y);
(x and y are coordinates)

waiting for your help.