Home
last modified time | relevance | path

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

/dports/net/quiterss/quiterss-0.19.4_1/src/application/
H A Dmainwindow.cpp1150 feedProperties_ = new QAction(this); in createActions()
1153 this->addAction(feedProperties_); in createActions()
1530 listActions_.append(feedProperties_); in createShortcut()
1797 feedMenu_->addAction(feedProperties_); in createMenu()
3271 feedProperties_->setEnabled(index.isValid()); in slotFeedSelected()
4668 menu.addAction(feedProperties_); in showContextMenuFeed()
4943 feedProperties_->setText(tr("Properties")); in retranslateStrings()
4944 feedProperties_->setToolTip(tr("Properties")); in retranslateStrings()
5235 feedProperties_->setEnabled(false); in showFeedPropertiesDlg()
6383 feedProperties_->setEnabled(false); in slotTabCurrentChanged()
[all …]
H A Dmainwindow.h611 QAction *feedProperties_; variable