I am new to QGraphicsView in Qt.
As far as I can tell, there is no built-in way to resize a QGraphicsItem in a scene with the mouse.
I am looking to be able to resize QGraphicsRectItem by dragging corners or edges on the screen.
Is there an easy way to do this? Is there a library or piece of code somewhere on the Internet that implements this functionality?
I am currently using Qt 4.5.1.
c ++ qt qt4
Andrew Potapov
source share