I created some rectangular items and added them to the grid in graphics scene.Now i want to select multiple items using control key and as I am totally new to Qt i am unable to do so.please someone help me out in this regard.
thanking you in advance
I created some rectangular items and added them to the grid in graphics scene.Now i want to select multiple items using control key and as I am totally new to Qt i am unable to do so.please someone help me out in this regard.
thanking you in advance
You just need to set some flags: QGraphicsItem::setFlags()
thanks a lot but could you please tell me the code
Bookmarks