Hi!
I wanted to resize different types of QGraphicsItem without subclassing them.
It seems like ONLY QGraphicsRectItem and QGraphicsEllipseItem have the member “setRect()” to resize them from the outside.
Are there any ways I can achieve this?
↧