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
309 showName(false), showRange(false), showData(false), mode(singleMode), optMode(normalOpt), in ConfigList()328 showName = configSettings->value("/showName", false).toBool(); in ConfigList()360 if (showName) in reinit()377 configSettings->setValue("/showName", showName); in saveSettings()883 action->setChecked(showName); in contextMenuEvent()956 if (list->showName != b) { in setShowName()957 list->showName = b; in setShowName()1415 showNameAction->setChecked(configView->showName()); in ConfigMainWindow()