Home
last modified time | relevance | path

Searched refs:listMode (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/kconfig/
A Dqconf.h34 enum listMode { enum
35 singleMode, menuMode, symbolMode, fullMode, listMode enumerator
102 enum listMode mode;
A Dqconf.cc422 if (mode != listMode) in updateList()
731 if (ev->key() == Qt::Key_Escape && mode != fullMode && mode != listMode) { in keyPressEvent()
817 mode != listMode) in mouseReleaseEvent()
858 if (ptype == P_MENU && mode != listMode) { in mouseDoubleClickEvent()
1252 list->mode = listMode; in ConfigSearchWindow()
1516 QString listMode = configSettings->value("/listMode", "symbol").toString(); in ConfigMainWindow() local
1517 if (listMode == "single") in ConfigMainWindow()
1519 else if (listMode == "full") in ConfigMainWindow()

Completed in 7 milliseconds