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

Use tab key to move between multiple ComboBox

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 240 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.
  • M Offline
    M Offline
    Marcus Barnet
    wrote on 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?

    JonBJ 1 Reply Last reply
    0
    • M Marcus Barnet

      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?

      JonBJ Online
      JonBJ Online
      JonB
      wrote on 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
      • mrjjM Offline
        mrjjM Offline
        mrjj
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi
        adding to jonB
        alt text

        1 Reply Last reply
        1

        • Login

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