PDA

View Full Version : Resize Border for QGraphicsItem



william.dias
8th February 2008, 08:30
Hi,

Is there any simple way to create a resize border in QGraphicsItem objects?
I mean borders that handle mouse event and then resize the object.

Thanks!

wysota
8th February 2008, 09:16
You have to handle that in the item itself.

william.dias
8th February 2008, 09:19
In this link,

http://java.dzone.com/news/how-add-resize-functionality-v

you can see what i intend to do.