How can I move multiple selected QGraphicsItem ?
Thanks for your help ....
How can I move multiple selected QGraphicsItem ?
Thanks for your help ....
If they have the flags ItemIsMovable and ItemIsSelectable, then they should move by default( provided that isSelected() returns true ).
This has been tested: http://www.qtcentre.org/forum/f-qt-p...tion-6699.html.
UPADTE: you can also put them all in an item group and not worry bout setting the flags for each and every one of them
Regards
Last edited by marcel; 9th August 2007 at 21:10.
Bookmarks