When using a QPen to stroke a QPainterPath, it does so in the center of the line. What I would like to do is stroke the path along the inside of the line. I have already looked at a similar question here but it did not provide a clear solution or example.
How do I stroke the inside of a QPainterPath line?