tags:

views:

7

answers:

0

Hi,

I am trying to apply a transformation on a QGraphicsRectItem I draw on a scene. I need to modify the origin point for these transformations so I run the setTransformOriginPoint with the new center as argument.

My problem is: the origin point for transformations is not changed. Is there something I forgot ?