PDA

View Full Version : Control Tab Navigation



sterling
19th August 2014, 22:35
I need to generate the control tab sequence in the program. Different clients have different tabbing sequences. How do I set the tabbing sequence in my program.

anda_skoa
20th August 2014, 08:38
In designer you can edit the tab order using the tab order mode.
In C++ code, see QWidget::setTabOrder()

Cheers,
_