Use tab key to move between multiple ComboBox
Unsolved
General and Desktop
-
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?
-
@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. -
Hi
adding to jonB