Searched refs:limitKeyboardTabStops (Results 1 – 3 of 3) sorted by relevance
164 …const bool limitKeyboardTabStops = configGroup.readEntry(MenuLineEdit::keyLimitKeyboardTabStops, f… in createGUI() local204 …uOptions->addAction(i18n("Tab key visits only editable fields"), p, SLOT(limitKeyboardTabStops())); in createGUI()206 actionLimitKeyboardTabStops->setChecked(limitKeyboardTabStops); in createGUI()424 void limitKeyboardTabStops() { in limitKeyboardTabStops() function in ElementEditor::ElementEditorPrivate677 void ElementEditor::limitKeyboardTabStops() in limitKeyboardTabStops() function in ElementEditor679 d->limitKeyboardTabStops(); in limitKeyboardTabStops()
71 void limitKeyboardTabStops();
73 …const bool limitKeyboardTabStops = configGroup.readEntry(MenuLineEdit::keyLimitKeyboardTabStops, f…80 w->setFocusPolicy(limitKeyboardTabStops ? Qt::ClickFocus : Qt::StrongFocus);