Home
last modified time | relevance | path

Searched refs:actionPrev (Results 1 – 25 of 29) sorted by relevance

12

/dports/net-im/kopete/kopete-21.12.3/plugins/history/
H A Dhistoryguiclient.cpp59 actionPrev = KStandardAction::back(this, SLOT(slotPrevious()), this); in HistoryGUIClient()
60 actionCollection()->addAction("historyPrevious", actionPrev); in HistoryGUIClient()
74 actionPrev->setEnabled(true); in HistoryGUIClient()
95 actionPrev->setEnabled(msgs.count() == HistoryConfig::number_ChatWindow()); in slotPrevious()
113 actionPrev->setEnabled(true); in slotLast()
130 actionPrev->setEnabled(true); in slotNext()
H A Dhistoryguiclient.h61 QAction *actionPrev; variable
/dports/net-im/kopete/kopete-21.12.3/plugins/history2/
H A Dhistory2guiclient.cpp59 actionPrev = KStandardAction::back(this, SLOT(slotPrevious()), this); in History2GUIClient()
60 actionCollection()->addAction("historyPrevious", actionPrev); in History2GUIClient()
74 actionPrev->setEnabled(true); in History2GUIClient()
96 actionPrev->setEnabled(msgs.count() == History2Config::number_ChatWindow()); in slotPrevious()
115 actionPrev->setEnabled(true); in slotLast()
133 actionPrev->setEnabled(true); in slotNext()
H A Dhistory2guiclient.h55 QAction *actionPrev; variable
/dports/deskutils/coolreader/coolreader-cr3.2.55/android/src/org/coolreader/tts/
H A DTTSControlService.java167 Notification.Action actionPrev = actionBld.build(); in buildNotification() local
168 builder = builder.addAction(actionPrev); in buildNotification()
/dports/devel/nextpnr/nextpnr-48cd407/gui/
H A Ddesignwidget.h122 QAction *actionPrev; variable
H A Ddesignwidget.cc108 actionPrev = new QAction("", this); in DesignWidget()
109 actionPrev->setIcon(QIcon(":/icons/resources/resultset_previous.png")); in DesignWidget()
110 actionPrev->setEnabled(false); in DesignWidget()
111 connect(actionPrev, &QAction::triggered, this, [this] { in DesignWidget()
179 toolbar->addAction(actionPrev); in DesignWidget()
257 actionPrev->setEnabled(history_index > 0); in updateButtons()
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/diagrams/
H A Dlinguist-toolbar.ui68 <addaction name="actionPrev" />
174 <action name="actionPrev" >
/dports/audio/dmidiplayer/dmidiplayer-1.5.1/
H A Dguiplayer.cpp114 connect(m_ui->actionPrev, &QAction::triggered, this, &GUIPlayer::prevSong); in GUIPlayer()
270 m_ui->actionPrev->setEnabled(false); in updNavButtons()
273 m_ui->actionPrev->setEnabled(!m_playList->atFirstItem()); in updNavButtons()
525 m_ui->actionPrev->setIcon(IconUtils::GetIcon("media-skip-backward")); in applySettings()
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dicehelp.cc994 actionPrev->setEnabled(false); in setData()
1124 else if (action == actionPrev) { in actionPerformed()
1125 if (actionPrev->isEnabled()) in actionPerformed()
1252 ActionItem actionPrev; member in HTextView
1331 actionPrev = menu->addItem(_("Previous"), 0, null, actionPrev); in HTextView()
1419 actionPrev->setEnabled(true); in find_link()
/dports/textproc/pageedit/PageEdit-1.2.0/
H A DMainWindow.cpp161 ui.actionPrev->setEnabled(false); in SetupFileList()
210 ui.actionPrev->setEnabled(true); in SetupFileList()
1892 icon = ui.actionPrev->icon(); in ExtendIconSizes()
1894 ui.actionPrev->setIcon(icon); in ExtendIconSizes()
2099 connect(ui.actionPrev, SIGNAL(triggered()), this, SLOT(EditPrev())); in ConnectSignalsToSlots()
/dports/science/shelxle/shelxle-1.0.1352/
H A Dwindow.h99 QAction *actionPrev; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/linguist/linguist/
H A Dmainwindow.cpp1861 m_ui.actionPrev->setIcon(QIcon(resourcePrefix() + QLatin1String("/prev.png"))); in setupMenuBar()
1913 connect(m_ui.actionPrev, SIGNAL(triggered()), this, SLOT(prev())); in setupMenuBar()
2175 translationst->addAction(m_ui.actionPrev); in setupToolBars()
2328 m_ui.actionPrev->setEnabled(m_dataModel->contextCount() > 0); in updateProgress()
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmainwindow.cpp1865 m_ui.actionPrev->setIcon(QIcon(prefix + QStringLiteral("/prev.png"))); in setupMenuBar()
1917 connect(m_ui.actionPrev, SIGNAL(triggered()), this, SLOT(prev())); in setupMenuBar()
2210 translationst->addAction(m_ui.actionPrev); in setupToolBars()
2378 m_ui.actionPrev->setEnabled(m_dataModel->contextCount() > 0); in updateProgress()
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmainwindow.cpp1865 m_ui.actionPrev->setIcon(QIcon(prefix + QStringLiteral("/prev.png"))); in setupMenuBar()
1917 connect(m_ui.actionPrev, SIGNAL(triggered()), this, SLOT(prev())); in setupMenuBar()
2210 translationst->addAction(m_ui.actionPrev); in setupToolBars()
2378 m_ui.actionPrev->setEnabled(m_dataModel->contextCount() > 0); in updateProgress()
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmainwindow.cpp1865 m_ui.actionPrev->setIcon(QIcon(prefix + QStringLiteral("/prev.png"))); in setupMenuBar()
1917 connect(m_ui.actionPrev, SIGNAL(triggered()), this, SLOT(prev())); in setupMenuBar()
2210 translationst->addAction(m_ui.actionPrev); in setupToolBars()
2378 m_ui.actionPrev->setEnabled(m_dataModel->contextCount() > 0); in updateProgress()
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmainwindow.cpp1865 m_ui.actionPrev->setIcon(QIcon(prefix + QStringLiteral("/prev.png"))); in setupMenuBar()
1917 connect(m_ui.actionPrev, SIGNAL(triggered()), this, SLOT(prev())); in setupMenuBar()
2210 translationst->addAction(m_ui.actionPrev); in setupToolBars()
2378 m_ui.actionPrev->setEnabled(m_dataModel->contextCount() > 0); in updateProgress()
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmainwindow.cpp1865 m_ui.actionPrev->setIcon(QIcon(prefix + QStringLiteral("/prev.png"))); in setupMenuBar()
1917 connect(m_ui.actionPrev, SIGNAL(triggered()), this, SLOT(prev())); in setupMenuBar()
2210 translationst->addAction(m_ui.actionPrev); in setupToolBars()
2378 m_ui.actionPrev->setEnabled(m_dataModel->contextCount() > 0); in updateProgress()
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmainwindow.cpp1865 m_ui.actionPrev->setIcon(QIcon(prefix + QStringLiteral("/prev.png"))); in setupMenuBar()
1917 connect(m_ui.actionPrev, SIGNAL(triggered()), this, SLOT(prev())); in setupMenuBar()
2210 translationst->addAction(m_ui.actionPrev); in setupToolBars()
2378 m_ui.actionPrev->setEnabled(m_dataModel->contextCount() > 0); in updateProgress()
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmainwindow.cpp1865 m_ui.actionPrev->setIcon(QIcon(prefix + QStringLiteral("/prev.png"))); in setupMenuBar()
1917 connect(m_ui.actionPrev, SIGNAL(triggered()), this, SLOT(prev())); in setupMenuBar()
2210 translationst->addAction(m_ui.actionPrev); in setupToolBars()
2378 m_ui.actionPrev->setEnabled(m_dataModel->contextCount() > 0); in updateProgress()
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmainwindow.cpp1865 m_ui.actionPrev->setIcon(QIcon(prefix + QStringLiteral("/prev.png"))); in setupMenuBar()
1917 connect(m_ui.actionPrev, SIGNAL(triggered()), this, SLOT(prev())); in setupMenuBar()
2210 translationst->addAction(m_ui.actionPrev); in setupToolBars()
2378 m_ui.actionPrev->setEnabled(m_dataModel->contextCount() > 0); in updateProgress()
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmainwindow.cpp1865 m_ui.actionPrev->setIcon(QIcon(prefix + QStringLiteral("/prev.png"))); in setupMenuBar()
1917 connect(m_ui.actionPrev, SIGNAL(triggered()), this, SLOT(prev())); in setupMenuBar()
2210 translationst->addAction(m_ui.actionPrev); in setupToolBars()
2378 m_ui.actionPrev->setEnabled(m_dataModel->contextCount() > 0); in updateProgress()
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmainwindow.cpp1865 m_ui.actionPrev->setIcon(QIcon(prefix + QStringLiteral("/prev.png"))); in setupMenuBar()
1917 connect(m_ui.actionPrev, SIGNAL(triggered()), this, SLOT(prev())); in setupMenuBar()
2210 translationst->addAction(m_ui.actionPrev); in setupToolBars()
2378 m_ui.actionPrev->setEnabled(m_dataModel->contextCount() > 0); in updateProgress()
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmainwindow.cpp1865 m_ui.actionPrev->setIcon(QIcon(prefix + QStringLiteral("/prev.png"))); in setupMenuBar()
1917 connect(m_ui.actionPrev, SIGNAL(triggered()), this, SLOT(prev())); in setupMenuBar()
2210 translationst->addAction(m_ui.actionPrev); in setupToolBars()
2378 m_ui.actionPrev->setEnabled(m_dataModel->contextCount() > 0); in updateProgress()
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmainwindow.cpp1865 m_ui.actionPrev->setIcon(QIcon(prefix + QStringLiteral("/prev.png"))); in setupMenuBar()
1917 connect(m_ui.actionPrev, SIGNAL(triggered()), this, SLOT(prev())); in setupMenuBar()
2210 translationst->addAction(m_ui.actionPrev); in setupToolBars()
2378 m_ui.actionPrev->setEnabled(m_dataModel->contextCount() > 0); in updateProgress()

12