Hi all,
How to rotate a QGraphicsRectItem arround its center not arround it local coordinate origin ?
in my case : Rect(40, 8) ==> rotation around the point (20,4)
I tried by setTransformOrigin() but it doesn’t work !
↧