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
310 showName(false), showRange(false), showData(false), mode(singleMode), optMode(normalOpt), in ConfigList()329 showName = configSettings->value("/showName", false).toBool(); in ConfigList()361 if (showName) in reinit()378 configSettings->setValue("/showName", showName); in saveSettings()884 action->setChecked(showName); in contextMenuEvent()957 if (list->showName != b) { in setShowName()958 list->showName = b; in setShowName()1415 showNameAction->setChecked(configView->showName()); in ConfigMainWindow()