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. Use tab key to move between multiple ComboBox
Forum Updated to NodeBB v4.3 + New Features

Use tab key to move between multiple ComboBox

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 253 Views 1 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.
  • M Offline
    M Offline
    Marcus Barnet
    wrote on 23 Jun 2021, 20:50 last edited by Marcus Barnet
    #1

    My application includes several combobox (they are all editable) and textedit modules and I would like to let the user move from a combobox to another one by using the TAB key on his keyboard without having to use the mouse.

    The problem is that, at the moment, if I use the tab key, the cursor seems to move (jump) randomly from a combobox to another while I would like to let the user navigate between near combobox, moving horizontally.

    combobox.PNG

    Is it possible to implement this feature?

    J 1 Reply Last reply 23 Jun 2021, 20:55
    0
    • M Marcus Barnet
      23 Jun 2021, 20:50

      My application includes several combobox (they are all editable) and textedit modules and I would like to let the user move from a combobox to another one by using the TAB key on his keyboard without having to use the mouse.

      The problem is that, at the moment, if I use the tab key, the cursor seems to move (jump) randomly from a combobox to another while I would like to let the user navigate between near combobox, moving horizontally.

      combobox.PNG

      Is it possible to implement this feature?

      J Offline
      J Offline
      JonB
      wrote on 23 Jun 2021, 20:55 last edited by
      #2

      @Marcus-Barnet
      QWidget::setTabOrder. Though I would have thought they would be in a reasonable order. I think Designer lets you set the tab order somewhere.

      1 Reply Last reply
      2
      • M Offline
        M Offline
        mrjj
        Lifetime Qt Champion
        wrote on 23 Jun 2021, 21:45 last edited by
        #3

        Hi
        adding to jonB
        alt text

        1 Reply Last reply
        1

        1/3

        23 Jun 2021, 20:50

        • Login

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