[SOLVED] QPolygon and rings
-
Hi people!
I'd like to know how to draw a ring with QPainter... I draw the main circle, then the inner circle and then i apply "subtracted" to obtain the ring. This is the result:
http://oi61.tinypic.com/zveya.jpg
I don't like the black line indicated by the red arrow. Is there a way to draw a better ring?
-
Hi and welcome to devnet,
Wouldn't be simpler to use QPainterPath ? So you can directly draw each ring one over the other.
Hope it helps