Handles For QGraphicsItem
Hi,
I'm developing picture editor application, in that I need to create handles for QGraphicsItem (not for QGraphicsWidget). By using that handles I need to resize the QGraphicsItem.
I searched all the threads but I could not find direct solution.
plz help me. I'm very new to Qt4.5.
Thanks,
---Madhu
Re: Handles For QGraphicsItem
Have you seen this: https://www.qtcentre.org/showthread.php?t=18948? And in the book of Johan Thelin you will find an example. And in your case, there is no difference between a QGraphicsItem and a QGraphicsWidget.