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

/scripts/kconfig/
H A Dqconf.h42 enum listMode { enum
43 singleMode, menuMode, symbolMode, fullMode, listMode enumerator in enum:listMode
131 enum listMode mode;
H A Dqconf.cc446 if (mode != listMode)
664 if (ev->key() == Qt::Key_Escape && mode != fullMode && mode != listMode) {
1202 list->list->mode = listMode;
1453 QString listMode = configSettings->readEntry("/listMode", "symbol"); local
1454 if (listMode == "single")
1456 else if (listMode == "full")
1458 else /*if (listMode == "split")*/
1704 configSettings->writeEntry("/listMode", entry);

Completed in 5 milliseconds