PDA

View Full Version : interactively changing the dimensions of a QGraphicsRectItem



ravas
21st August 2015, 22:26
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.