Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Best or easiest way to draw lines
-
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 :)