Hi,
I want to draw a few arcs but i see that the arc drawing not very consistent. Can some one please help me?
I use the following code :
Code:
paint->drawArc(left,top,15,20,16*80,16*100); paint->drawArc(right,top,15,20,0,16*100);
And I get the following result.
http://img127.imageshack.us/img127/7606/arcs1gl.png
Note that for the images to be mirror of each other the two red pixels should be drawn which QPainter is not drawing. Can some one please tell me why is this happening?
Is my code right?
Thanks a lot.