I need to use TAB only for browsing QLineEdit
-
I have QCheckBox and corresponding QLineEdit
QCheckBox QLineEdit
QCheckBox QLineEdit
QCheckBox QLineEdit
I need to browse with TAB Only QLineEdit
Is it programmable?@JohnLocke said in I need to use TAB only for browsing QLineEdit:
I need to browse with TAB Only QLineEdit
What does this mean? Did you took a look at QWidget::setFocusPolicy()?
-
I have QCheckBox and corresponding QLineEdit
QCheckBox QLineEdit
QCheckBox QLineEdit
QCheckBox QLineEdit
I need to browse with TAB Only QLineEdit
Is it programmable?@JohnLocke said in I need to use TAB only for browsing QLineEdit:
I need to browse with TAB Only QLineEdit
Is it programmable?Have a look at: setTabOrder