Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, I have not done much drawing (well any) in Qt yet. I wanted to know what is a good starting point to try this. Essentially I want to draw multiple lines on a 2D (z/y) area.
Thanks Code
Depending on what you want to do with those lines later, but QGraphicsScene framework seems like a good starting point.
Cool, thanks very much I will have a go :)