Hi Guys,

I am working on GraphicsScene and GraphicsItem classes. I have multiple graphics items on one GraphicsScene and want to apply transformations on the same. The idea is that whenever user clicks on a graphicsItem, the item should appear selected with some images on all corners to rotate and scale the item. I implemented another item class for this purpose and made it the parent of selected item.
Now, as soon as the user clicks on corners of parent class, the item should be scaled and rotated.
Any idea, how to achieve that?

Regards,
Manoj