QGraphicsItem::ItemIgnoresTransformations ?
-
Hello,
How to just finished rotation of child item not the zooming in and out ??
Many Thanks,
-
If you just want rotation and nothing else, maybe it's better to not make it a child of the zooming (scaling?) parent, and instead just update its transform yourself every time the intended parent updates.