Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. draw lines
    Log in to post

    • UNSOLVED Items' pos return wrong position
      QML and Qt Quick • custom widget draw lines qlabel position • • mghqt  

      5
      0
      Votes
      5
      Posts
      886
      Views

      @mghqt i assume CWidget class is the main widget (window)? How do you compose/layout the form items? Are you using sub-widgets containers? Anyways you should do like you did for pos4 if you want to map a child to a parent. QPoint childPos=ui->label_2->mapTo(this, ui->label_2->pos());
    • UNSOLVED Qt3d points and lines
      General and Desktop • qt3d draw lines • • guy incognito  

      17
      0
      Votes
      17
      Posts
      6379
      Views

      @jsulm ok I got my answer, Thanks :D
    • UNSOLVED Qt3D. Draw dashed 3D line with given thickness
      General and Desktop • qt3d draw lines dashed lines • • THE_MASTER  

      3
      0
      Votes
      3
      Posts
      1159
      Views

      or u can split one line two more as u want