Searched refs:m_moveDownSourceBtn (Results 1 – 2 of 2) sorted by relevance
204 QPushButton* m_moveDownSourceBtn; variable
619 m_moveDownSourceBtn = new QPushButton(i18n("Move &Down"), hb); in initFetchPage()620 hbHBoxLayout->addWidget(m_moveDownSourceBtn); in initFetchPage()621 m_moveDownSourceBtn->setIcon(QIcon::fromTheme(QStringLiteral("go-down"))); in initFetchPage()622 m_moveDownSourceBtn->setWhatsThis(i18n("The order of the data sources sets the order " in initFetchPage()673 …connect(m_moveDownSourceBtn, &QAbstractButton::clicked, this, &ConfigDialog::slotMoveDownSourceCli… in initFetchPage()1021 m_moveDownSourceBtn->setEnabled(row < m_sourceListWidget->count()-1); in slotSelectedSourceChanged()