Home
last modified time | relevance | path

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

/external/u-boot/scripts/kconfig/
Dqconf.h35 enum listMode { enum
36 singleMode, menuMode, symbolMode, fullMode, listMode enumerator
115 enum listMode mode;
Dqconf.cc432 if (mode != listMode) in updateList()
723 if (ev->key() == Qt::Key_Escape && mode != fullMode && mode != listMode) { in keyPressEvent()
1277 list->list->mode = listMode; in ConfigSearchWindow()
1513 QString listMode = configSettings->value("/listMode", "symbol").toString(); in ConfigMainWindow() local
1514 if (listMode == "single") in ConfigMainWindow()
1516 else if (listMode == "full") in ConfigMainWindow()