I am using Qt´s QGraphicsView - and QGraphicsItem-subclasses. is there a way to not scale the graphical representation of the item in the view when the
QGraphicsView
QGraphicsItem
Set the QGraphicItem's flag QGraphicsItem::ItemIgnoresTransformations to true does not work for you?
QGraphicItem
QGraphicsItem::ItemIgnoresTransformations