Lines Matching refs:listMode
424 if (mode != listMode)
733 if (ev->key() == Qt::Key_Escape && mode != fullMode && mode != listMode) {
819 mode != listMode)
860 if (ptype == P_MENU && mode != listMode) {
1254 list->mode = listMode;
1518 QString listMode = configSettings->value("/listMode", "symbol").toString();
1519 if (listMode == "single")
1521 else if (listMode == "full")
1523 else /*if (listMode == "split")*/
1848 configSettings->setValue("/listMode", entry);