Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/qconf/
H A Dqconf.h35 enum listMode { enum
36 singleMode, menuMode, symbolMode, fullMode, listMode enumerator
H A Dqconf.cc1513 QString listMode = configSettings->value("/listMode", "symbol").toString(); in ConfigMainWindow() local