Problems with Open-Source Downloads read https://www.qt.io/blog/problem-with-open-source-downloads and https://forum.qt.io/post/638946
interactively changing the dimensions of a QGraphicsRectItem
-
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.