Pen thickness in pixel for QGraphicsItem
-
Hi,
How can I specify the thickness of the the
QPainter'sQPeninQGraphicsItemin terms of pixels (fixed) regardless of scene transformation?QGraphicsItem::ItemIgnoresTransformationwould ignore all transformations. I would like to set only thickness of QPainter's pen.As an edit:
Example would be equivalence to a
QGraphicsLineItemwith a constant line thickness (specified in pixels) even with zooming in/out.