I have drawn a straight line using QPainterPath.
BD is a straightline. Now I have to modify this line to a curve so that BD length become 100 pixel. Stright line BD length is only 50. so the line has bend startpoint B and endpoint D remains same but it should match the length to be 100.Qt Code:
QPainterPath path; painter.drawPath(m_BiscepLoopPath);To copy to clipboard, switch view to plain text mode
Please help me how can I do it.? Thanks Sujan
Bookmarks