Lines Matching refs:listMode
420 if (mode != listMode)
729 if (ev->key() == Qt::Key_Escape && mode != fullMode && mode != listMode) {
815 mode != listMode)
856 if (ptype == P_MENU && mode != listMode) {
1245 list->mode = listMode;
1495 QString listMode = configSettings->value("/listMode", "symbol").toString();
1496 if (listMode == "single")
1498 else if (listMode == "full")
1500 else /*if (listMode == "split")*/
1812 configSettings->setValue("/listMode", entry);