Hello,

I must draw full circle and i have Center points and radius.For example;

C(x,y) and r.

I looked QPainter and drawArc() but i didn't understand.

How can i draw simple circle with center point and radius information.Please give me easy example.

Thanks.