Home
last modified time | relevance | path

Searched refs:showUnreadCount_ (Results 1 – 2 of 2) sorted by relevance

/dports/net/quiterss/quiterss-0.19.4_1/src/application/
H A Dmainwindow.h638 QAction *showUnreadCount_; variable
H A Dmainwindow.cpp1195 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()