Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Unsolved Select Line items easier

    General and Desktop
    line scene item
    1
    2
    588
    Loading More Posts
    • 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.
    • AlvaroS
      AlvaroS last edited by

      Hello everyone.
      First of all thanks a lot for reading this post and helping me.

      I have some lines items in a scene.
      for example one line is: [0.3 0.5 0.3 0.9] (XStart YStart XEnd YEND)
      With these coordinates, it is easy to select lines in the scene.

      But now when I scale every line in x100, so [30 50 30 90] it is really difficult to select the lines in the scene.

      What can I do for fixing that? Maybe I have to make the bounding rect bigger?

      Thanks a lot!

      1 Reply Last reply Reply Quote 0
      • AlvaroS
        AlvaroS last edited by

        Edit: I have checked that if coordinates are [0.3 0.5 0.3 0.9] and I set pen.widthf bigger, then I can select much better the lines, but if the coordinates are [30 50 30 90] that does not work...

        1 Reply Last reply Reply Quote 0
        • First post
          Last post