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. Weird Tab Key bug
Forum Updated to NodeBB v4.3 + New Features

Weird Tab Key bug

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 384 Views 2 Watching
  • 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.
  • G Offline
    G Offline
    grombog
    wrote on last edited by
    #1

    When I press the Tab key through line edits it doesn't function normally. Instead of going down every tab it will go to other random line edits on the screen. I made a video but It does not allow me to post here. Can anyone help me?

    Pl45m4P 1 Reply Last reply
    0
    • Kent-DorfmanK Offline
      Kent-DorfmanK Offline
      Kent-Dorfman
      wrote on last edited by
      #2

      if you designed the dialog using the designer then you can set tab order for the fields using the designer ui. Otherwise, I believe tab order is the order in which widgets are added to the layout object.

      1 Reply Last reply
      4
      • G grombog

        When I press the Tab key through line edits it doesn't function normally. Instead of going down every tab it will go to other random line edits on the screen. I made a video but It does not allow me to post here. Can anyone help me?

        Pl45m4P Offline
        Pl45m4P Offline
        Pl45m4
        wrote on last edited by
        #3

        @grombog said in Weird Tab Key bug:

        When I press the Tab key through line edits it doesn't function normally.

        It's neither weird, nor a bug. As @Kent-Dorfman said, you can change the tab-order in QtD's Design Mode or by code.

        • https://doc.qt.io/qt-5/qwidget.html#setTabOrder

        If debugging is the process of removing software bugs, then programming must be the process of putting them in.

        ~E. W. Dijkstra

        1 Reply Last reply
        0

        • Login

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