What is the recommended approach for interactively changing the dimensions of a QGraphicsRectItem?
More specifically I'm wondering about using the QGraphicsScene mouse event functions (Press, Move, Release),
as opposed to using the similar QGraphicsRectItem functions.