Hi,

I have an application where I am drawing braces ( '{' & '}' ) using drawLine and drawArc functions of QPainter. On the screen everything looks good. But when I print, the positions of the lines and the arcs are not the same as they appear on the screen. I am using the same paint function for both painting on the screen and on the printer.

Can someone please tell me, how can I fix this?

Thanks a lot.