Hi,

I'm developing a basic flowchart drawing application. I decided to use Graphics View Framework to take the advantages like scrolling, selection.
Now I'm stuck on how to let the user resize QGraphicsItem? I see in programs like "dia" once the item (say for simplicity a rectangle) is selected, a four corners appear and user can drag one of them to resize.
How can I implement a similar functionality? I have my own subclassed QGraphicsItem. I tried to used QSizeGrip with it, but I'm lost.

I appreciate your advice too much.

Thanks,
-Mustafa