Hallo people,

I'm using QGraphicsView and I have a QGraphicsScene with many QGraphicsItems that are simple lines. All the lines are horizontal, vertical or 45° inclinated.

My problem is that on the screen some lines are painted wider than other even if all of them are created with the same width and the same inclination. This behaviour depends on the zoom applied.

I want to make a 2D CAD application and I don't want to use antialiasing when I draw lines (is it right that all 2D CAD application don't use antialiasing in drawing lines?).

Please suggest me a solution.