Home
last modified time | relevance | path

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

/linux-6.6.21/scripts/kconfig/
Dqconf.h34 enum listMode { enum
35 singleMode, menuMode, symbolMode, fullMode, listMode enumerator
102 enum listMode mode;
Dqconf.cc424 if (mode != listMode) in updateList()
733 if (ev->key() == Qt::Key_Escape && mode != fullMode && mode != listMode) { in keyPressEvent()
819 mode != listMode) in mouseReleaseEvent()
860 if (ptype == P_MENU && mode != listMode) { in mouseDoubleClickEvent()
1254 list->mode = listMode; in ConfigSearchWindow()
1518 QString listMode = configSettings->value("/listMode", "symbol").toString(); in ConfigMainWindow() local
1519 if (listMode == "single") in ConfigMainWindow()
1521 else if (listMode == "full") in ConfigMainWindow()