PDA

View Full Version : Handles For QGraphicsItem



manti_madhu
1st September 2009, 11:34
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

Lykurg
1st September 2009, 11:49
Have you seen this: 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.