Hi again,
I want to transform a QGraphicsItem , but I want to transform it around custom transformOriginPoint. That's why I made a class witch sends new transformOriginPoint to my Item. But when there are transformations already made, the change of transformOriginPoint, causes my transofrmation to be recalculated around the new transformOriginPoint and my Item hops. Can You help me to avoid this behavior?