Hi,

I've got a QGraphicsView which allows translations, rotations and scaling and there are some QGraphicsItem I want to ignore the scaling.

If I set QGraphicsItem::ItemIgnoresTransformations all rotation, zoom or shear transformations are ignored. Is there a way to keep the size of a QGraphicsItem fixed without ignoring all transformations.

Does the QGraphicsItem gets informed when the QGraphicsView calls scale, so that I can react on the scaling and scale the QGraphicsItem back.

Thank you in advance

Markus

PS: I'm using Qt 4.5.1.