Use tab key to move between multiple ComboBox
-
wrote on 23 Jun 2021, 20:50 last edited by 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.
Is it possible to implement this feature?
-
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.
Is it possible to implement this feature?
wrote on 23 Jun 2021, 20:55 last edited by@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/3