draw line
-
wrote on 13 Feb 2018, 08:33 last edited by
how to draw line using LINE @LINEF class
-
how to draw line using LINE @LINEF class
@Rameshguru said in draw line:
LINE @LINEF
What is LINE @LINEF?!
If you mean QLineF then why not reading documentation?
There is even an example...
See http://doc.qt.io/qt-5/qpainter.html#drawLineQLineF line(10.0, 80.0, 90.0, 20.0); QPainter(this); painter.drawLine(line);
-
wrote on 13 Feb 2018, 08:39 last edited by
@jsulm QLINE and QLINEF class sir
-
@jsulm QLINE and QLINEF class sir
@Rameshguru Please read documentation I mentioned above, it contains examples.
1/4