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!
Printable View
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!
You have to handle that in the item itself.
In this link,
http://java.dzone.com/news/how-add-r...unctionality-v
you can see what i intend to do.