Searched refs:showName (Results 1 – 2 of 2) sorted by relevance
114 bool showName, showRange, showData; variable217 bool showName(void) const { return list->showName; } in showName() function
318 showName(false), showRange(false), showData(false), mode(singleMode), optMode(normalOpt), in ConfigList()337 showName = configSettings->value("/showName", false).toBool(); in ConfigList()369 if (showName) in reinit()386 configSettings->setValue("/showName", showName); in saveSettings()892 action->setChecked(showName); in contextMenuEvent()965 if (list->showName != b) { in setShowName()966 list->showName = b; in setShowName()1423 showNameAction->setChecked(configView->showName()); in ConfigMainWindow()