Home
last modified time | relevance | path

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

/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/ui/
H A Ddlgahcommand.cpp50 connect(this, SIGNAL(okClicked()), SLOT(slotExecute())); in dlgAHCommand()
74 connect(this, SIGNAL(user1Clicked()), SLOT(slotExecute())); in dlgAHCommand()
89 connect(this, SIGNAL(okClicked()), SLOT(slotExecute())); in dlgAHCommand()
133 void dlgAHCommand::slotExecute() in slotExecute() function in dlgAHCommand
H A Ddlgahcommand.h38 void slotExecute();
/dports/editors/calligra/calligra-3.2.1/sheets/plugins/scripting/scripts/
H A Dsnippetsdocker.rb22 def slotExecute() method in Snippets.Base
32 def slotExecute() method in Snippets.Snippet_Execute
88 def slotExecute() method in Snippets.Snippet_Informations
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/kbanking/views/
H A Dkbjobview.cpp73 this, SLOT(slotExecute())); in KBJobView()
140 void KBJobView::slotExecute() in slotExecute() function in KBJobView
/dports/deskutils/kfind/kfind-21.12.3/src/
H A Dkfindtreeview.cpp571 void KFindTreeView::slotExecute(const QModelIndex &index) in slotExecute() function in KFindTreeView
693 disconnect(this, &KFindTreeView::clicked, this, &KFindTreeView::slotExecute); in reconfigureMouseSettings()
694 disconnect(this, &KFindTreeView::doubleClicked, this, &KFindTreeView::slotExecute); in reconfigureMouseSettings()
697 connect(this, &KFindTreeView::clicked, this, &KFindTreeView::slotExecute); in reconfigureMouseSettings()
699 connect(this, &KFindTreeView::doubleClicked, this, &KFindTreeView::slotExecute); in reconfigureMouseSettings()
H A Dkfindtreeview.h122 void slotExecute(const QModelIndex &index);
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/application/
H A DLircCommander.cpp47 this, &LircCommander::slotExecute ); in LircCommander()
127 void LircCommander::slotExecute(const char *command) in slotExecute() function in Rosegarden::LircCommander
H A DLircCommander.h71 void slotExecute(const char *);
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin_py2x/
H A Dscriptercore.h46 void slotExecute();
H A Dscriptercore.cpp70 QObject::connect(m_pyConsole, SIGNAL(runCommand()), this, SLOT(slotExecute())); in ScripterCore()
477 void ScripterCore::slotExecute() in slotExecute() function in ScripterCore
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin/
H A Dscriptercore.h46 void slotExecute();
H A Dscriptercore.cpp70 QObject::connect(m_pyConsole, SIGNAL(runCommand()), this, SLOT(slotExecute())); in ScripterCore()
477 void ScripterCore::slotExecute() in slotExecute() function in ScripterCore
/dports/x11-fm/konqueror/konqueror-21.12.3/plugins/kimgalleryplugin/
H A Dimgalleryplugin.h31 void slotExecute();
H A Dimgalleryplugin.cpp55 connect(a, &QAction::triggered, this, &KImGalleryPlugin::slotExecute); in KImGalleryPlugin()
58 void KImGalleryPlugin::slotExecute() in slotExecute() function in KImGalleryPlugin
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/shell/
H A Druncontroller.h122 void slotExecute();
H A Druncontroller.cpp442 connect(d->runAction, &QAction::triggered, this, &RunController::slotExecute); in setupActions()
557 void RunController::slotExecute() in slotExecute() function in RunController
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Drender_job.hpp96 void slotExecute();
H A Drender_job.cpp926 void cRenderJob::slotExecute() in slotExecute() function in cRenderJob
H A Dinterface.cpp583 QObject::connect(thread, SIGNAL(started()), renderJob, SLOT(slotExecute())); in StartRender()
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/dialogs/pdf-wizard/
H A Dpdfdialog.h67 void slotExecute();
H A Dpdfdialog.cpp202 connect(m_rearrangeButton, &QPushButton::clicked, this, &PdfDialog::slotExecute); in PdfDialog()
858 void PdfDialog::slotExecute() in slotExecute() function in KileDialog::PdfDialog
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/qt/
H A Dthumbnail_widget.cpp323 QObject::connect(thread, SIGNAL(started()), renderJob, SLOT(slotExecute())); in slotRender()
/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dkstars.h770 void slotExecute();
H A Dkstarsinit.cpp480 actionCollection()->addAction("execute", this, SLOT(slotExecute())) in initActions()
H A Dkstarsactions.cpp1807 void KStars::slotExecute() in slotExecute() function in KStars