Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. draw line
Forum Updated to NodeBB v4.3 + New Features

draw line

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 667 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rameshguru
    wrote on 13 Feb 2018, 08:33 last edited by
    #1

    how to draw line using LINE @LINEF class

    J 1 Reply Last reply 13 Feb 2018, 08:36
    0
    • R Rameshguru
      13 Feb 2018, 08:33

      how to draw line using LINE @LINEF class

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 13 Feb 2018, 08:36 last edited by jsulm
      #2

      @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#drawLine

      QLineF line(10.0, 80.0, 90.0, 20.0);
      QPainter(this);
      painter.drawLine(line);
      

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • R Offline
        R Offline
        Rameshguru
        wrote on 13 Feb 2018, 08:39 last edited by
        #3

        @jsulm QLINE and QLINEF class sir

        J 1 Reply Last reply 13 Feb 2018, 08:40
        0
        • R Rameshguru
          13 Feb 2018, 08:39

          @jsulm QLINE and QLINEF class sir

          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 13 Feb 2018, 08:40 last edited by
          #4

          @Rameshguru Please read documentation I mentioned above, it contains examples.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1

          1/4

          13 Feb 2018, 08:33

          • Login

          • Login or register to search.
          1 out of 4
          • First post
            1/4
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved