Searched refs:showUnreadCount_ (Results 1 – 2 of 2) sorted by relevance
638 QAction *showUnreadCount_; variable
1195 showUnreadCount_ = new QAction(this); in createActions()1196 showUnreadCount_->setData(feedsView_->columnIndex("unread")); in createActions()1197 showUnreadCount_->setCheckable(true); in createActions()1776 feedsColumnsGroup_->addAction(showUnreadCount_); in createMenu()2194 showUnreadCount_->setChecked(settings.value("showUnreadCount", true).toBool()); in loadSettings()2197 feedsColumnVisible(showUnreadCount_); in loadSettings()2442 settings.setValue("showUnreadCount", showUnreadCount_->isChecked()); in saveSettings()5010 showUnreadCount_->setText(tr("Count Unread News")); in retranslateStrings()