Hi I am trying make some resize and rotate handle of each item of class QGraphicsItem, but I have problem with it. I select my item, but I dont know what I should do to rotate or resize my item Could someone give me some hint, what I can use?
I tried it with helpful QRect and rotate with QGraphicsItem::rotate() and QGraphicsItem::scaled() but It doesnt work according to my idea before