I will need to have the lines sorted in the array (drawLines) if I want to have the joins, won't I?QPainterPath::lineTo() and QPainter::drawLines() in general.
I will need to have the lines sorted in the array (drawLines) if I want to have the joins, won't I?QPainterPath::lineTo() and QPainter::drawLines() in general.
jano_alex_es (29th June 2009)
Does it work with multiple joins? like, for instance:
If I add the red line just after the black one in the vector, I suppose the join just will be done between those two and nothing will be done if I try to connect with the blue one.
If so, any way to "create a join" between three lines?
thanks!
You can paint the red line again the other way (so that you paint two red lines instead of one) to have a "sequence" with the blue one.
jano_alex_es (1st July 2009)
Bookmarks