PDA

View Full Version : moving QGraphisItem from one posiion to another



kito
6th May 2012, 14:40
I have implemented my own QGraphiscItems, so now I want to be able to move it around on the scene at any position with a mouse.any help?

wysota
6th May 2012, 14:50
item->setFlag(QGraphicsItem::ItemIsMovable);