Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dqconf.h43 enum listMode { enum
44 singleMode, menuMode, symbolMode, fullMode, listMode enumerator
132 enum listMode mode;
Dqconf.cc452 if (mode != listMode) in updateList()
670 if (ev->key() == Qt::Key_Escape && mode != fullMode && mode != listMode) { in keyPressEvent()
1208 list->list->mode = listMode; in ConfigSearchWindow()
1459 QString listMode = configSettings->readEntry("/listMode", "symbol"); in ConfigMainWindow() local
1460 if (listMode == "single") in ConfigMainWindow()
1462 else if (listMode == "full") in ConfigMainWindow()