Hi,

when I transform a QGraphicsItem its childs inherit the transformation. Which flag or what can I do to skip that?

I tried setting the parent to null before applying the transformation and setting it back later, but it's applied anyway.

Please note I just want to ignore one specific transformation, so ItemIgnoresTransformations is not an option :S

thanks!