Home
last modified time | relevance | path

Searched refs:QAction (Results 1 – 25 of 21239) sorted by path

12345678910>>...850

/dports/accessibility/gammy/gammy-0.9.64/src/
H A Dmainwindow.cpp22 tray_wnd_toggle = new QAction(cfg["wnd_show_on_startup"].get<bool>() ? hide_txt : show_txt , this); in MainWindow()
23 tray_brt_toggle = new QAction("Auto brightness", this); in MainWindow()
25 tray_temp_toggle = new QAction("Auto temperature", this); in MainWindow()
250 connect(tray_wnd_toggle, &QAction::triggered, this, [&] { in createTrayMenu()
263 connect(tray_brt_toggle, &QAction::triggered, this, [=] { in createTrayMenu()
271 connect(tray_temp_toggle, &QAction::triggered, this, [=] { in createTrayMenu()
285 QAction *run_startup = new QAction("&Run at startup", this); in createTrayMenu()
287 connect(run_startup, &QAction::triggered, [=]{ toggleRegkey(run_startup->isChecked()); }); in createTrayMenu()
296 QAction *quit_prev = new QAction("Quit", this); in createTrayMenu()
301 QAction *quit_pure = new QAction("Quit (set pure gamma)", this); in createTrayMenu()
[all …]
H A Dmainwindow.h82 QAction *tray_wnd_toggle;
86 QAction *tray_brt_toggle;
87 QAction *tray_temp_toggle;
/dports/accessibility/kmag/kmag-21.12.3/src/
H A Dkmag.cpp120 connect(fileNewWindow, &QAction::triggered, this, &KmagApp::slotFileNewWindow); in initActions()
127 connect(refreshSwitch, &QAction::triggered, this, &KmagApp::slotToggleRefresh); in initActions()
137 connect(m_pSnapshot, &QAction::triggered, this, &KmagApp::saveZoomPixmap); in initActions()
159 connect(m_modeFollowMouse, &QAction::triggered, this, &KmagApp::slotModeChanged); in initActions()
179 connect(m_modeSelWin, &QAction::triggered, this, &KmagApp::slotModeSelWin); in initActions()
186 connect(m_modeWholeScreen, &QAction::triggered, this, &KmagApp::slotModeWholeScreen); in initActions()
194 connect(m_hideCursor, &QAction::triggered, this, &KmagApp::slotToggleHideCursor); in initActions()
204 connect(m_staysOnTop, &QAction::triggered, this, &KmagApp::slotStaysOnTop); in initActions()
H A Dkmag.h186 QAction *fileNewWindow, *m_pSnapshot, *m_pCopy, *m_keyConf, *m_toolConf;
187 QAction *m_pPrint;
188 QAction *m_pZoomIn;
189 QAction *m_pZoomOut;
190 QAction *m_pQuit;
191 QAction *refreshSwitch;
/dports/accessibility/kmousetool/kmousetool-21.12.3/kmousetool/
H A Dkmousetool.cpp580 QAction* act; in KMouseToolTray()
H A Dkmousetool.h20 class QAction; variable
191 QAction* startStopAct;
/dports/accessibility/kmouth/kmouth-21.12.3/
H A Dkmouth.cpp109 connect(fileOpen, &QAction::triggered, this, &KMouthApp::slotFileOpen); in initActions()
117 connect(fileSaveAs, &QAction::triggered, this, &KMouthApp::slotFileSaveAs); in initActions()
125 connect(filePrint, &QAction::triggered, this, &KMouthApp::slotFilePrint); in initActions()
149 connect(editSpeak, &QAction::triggered, phraseList, &PhraseList::speak); in initActions()
156 connect(phrasebookEdit, &QAction::triggered, this, &KMouthApp::slotEditPhrasebook); in initActions()
167 connect(viewPhrasebookBar, &QAction::triggered, this, &KMouthApp::slotViewPhrasebookBar); in initActions()
178 connect(configureTTS, &QAction::triggered, this, &KMouthApp::slotConfigureTTS); in initActions()
190 connect(phraseListSpeak, &QAction::triggered, phraseList, &PhraseList::speakListSelection); in initActions()
196 connect(phraseListRemove, &QAction::triggered, phraseList, &PhraseList::removeListSelection); in initActions()
203 connect(phraseListCut, &QAction::triggered, phraseList, &PhraseList::cutListSelection); in initActions()
[all …]
H A Dkmouth.h149 QAction * fileOpen;
150 QAction * fileSaveAs;
151 QAction * filePrint;
152 QAction* fileQuit;
154 QAction* editCut;
155 QAction* editCopy;
156 QAction* editPaste;
157 QAction* editSpeak;
160 QAction* phrasebookEdit;
170 QAction* phraseListCut;
[all …]
/dports/accessibility/kmouth/kmouth-21.12.3/phrasebook/
H A Dphrasebook.cpp471 QAction *action = new PhraseAction(phrase.getPhrase(), in addToGUI()
H A Dphrasebook.h167 class PhraseAction : public QAction
172 : QAction(QIcon::fromTheme(QStringLiteral("phrase")), phrase, parent) in PhraseAction()
176 connect(this, &QAction::triggered, this, &PhraseAction::slotTriggered); in PhraseAction()
H A Dphrasebookdialog.cpp59 : QAction(QIcon::fromTheme(QStringLiteral("phrasebook")), name, parent) in StandardPhraseBookInsertAction()
229 connect(fileNewPhrase, &QAction::triggered, this, &PhraseBookDialog::slotAddPhrase); in initActions()
236 connect(fileNewBook, &QAction::triggered, this, &PhraseBookDialog::slotAddPhrasebook); in initActions()
266 connect(fileExport, &QAction::triggered, this, &PhraseBookDialog::slotExportPhrasebook); in initActions()
294 connect(editDelete, &QAction::triggered, this, &PhraseBookDialog::slotRemove); in initActions()
335 QAction *book = new StandardPhraseBookInsertAction( in initStandardPhraseBooks()
H A Dphrasebookdialog.h42 class StandardPhraseBookInsertAction : public QAction
140 QAction* fileNewPhrase;
141 QAction* fileNewBook;
142 QAction* fileSave;
143 QAction* fileImport;
146 QAction* fileExport;
148 QAction* fileClose;
149 QAction* editCut;
150 QAction* editCopy;
151 QAction* editPaste;
[all …]
/dports/accessibility/libqaccessibilityclient/libqaccessibilityclient-0.4.1/examples/accessibleapps/
H A Daccessibleproperties.cpp293 Q_FOREACH(const QSharedPointer<QAction> &a, acc.actions()) { in setAccessibleObject()
310 foreach (const QSharedPointer<QAction> &action, m_acc.actions()) { in doubleClicked()
H A Dmainwindow.cpp124 m_resetTreeAction = new QAction(this); in initActions()
129 m_followFocusAction = new QAction(this); in initActions()
134 m_showClientCacheAction = new QAction(this); in initActions()
138 m_enableA11yAction = new QAction(this); in initActions()
146 m_enableScreenReaderAction = new QAction(this); in initActions()
154 m_quitAction = new QAction(tr("&Quit"), this); in initActions()
158 m_copyValueAction = new QAction(tr("&Copy property value"), this); in initActions()
368 Q_FOREACH(const QSharedPointer<QAction> &a, acc.actions()) { in treeCustomContextMenuRequested()
H A Dmainwindow.h121 QAction *m_resetTreeAction;
122 QAction *m_followFocusAction;
123 QAction *m_showClientCacheAction;
124 QAction *m_enableA11yAction;
125 QAction *m_enableScreenReaderAction;
126 QAction *m_quitAction;
127 QAction *m_copyValueAction;
/dports/accessibility/libqaccessibilityclient/libqaccessibilityclient-0.4.1/src/qaccessibilityclient/
H A Daccessibleobject.cpp404 QVector< QSharedPointer<QAction> > AccessibleObject::actions() const in actions()
H A Daccessibleobject.h680 QVector< QSharedPointer<QAction> > actions() const;
H A Daccessibleobject_p.cpp61 const QSharedPointer<QAction> &action = actions[i]; in setDefunct()
H A Daccessibleobject_p.h44 mutable QVector< QSharedPointer<QAction> > actions;
H A Dregistry_p.cpp1226 QVector< QSharedPointer<QAction> > RegistryPrivate::actions(const AccessibleObject &object) in actions()
1234 return QVector< QSharedPointer<QAction> >(); in actions()
1238 QVector< QSharedPointer<QAction> > list; in actions()
1241 QAction *action = new QAction(); in actions()
1250 list.append(QSharedPointer<QAction>(action)); in actions()
H A Dregistry_p.h112 QVector< QSharedPointer<QAction> > actions(const AccessibleObject &object);
/dports/archivers/ark/ark-21.12.3/app/
H A Dcompressfileitemaction.cpp32 QList<QAction*> CompressFileItemAction::actions(const KFileItemListProperties& fileItemInfos, QWidg… in actions()
49 QList<QAction*> actions; in actions()
76QAction *compressMenuAction = new QAction(i18nc("@action:inmenu Compress submenu in Dolphin contex… in actions()
85 QAction *CompressFileItemAction::createAction(const QIcon& icon, const QString& name, QWidget *pare… in createAction()
87 QAction *action = new QAction(icon, name, parent); in createAction()
89 connect(action, &QAction::triggered, this, [fileExtension, urls, name, parent, this]() { in createAction()
H A Dcompressfileitemaction.h14 class QAction; variable
31 …QList<QAction*> actions(const KFileItemListProperties& fileItemInfos, QWidget* parentWidget) overr…
34QAction *createAction(const QIcon& icon, const QString& name, QWidget *parent, const QList<QUrl>& …
H A DextractHereDndPlugin.cpp42 QList<QAction *> ExtractHereDndPlugin::setup(const KFileItemListProperties& popupMenuInfo, in setup()
45 QList<QAction *> actionList; in setup()
57 QAction *action = new QAction(QIcon::fromTheme(QStringLiteral("archive-extract")), in setup()
59 connect(action, &QAction::triggered, this, &ExtractHereDndPlugin::slotTriggered); in setup()
H A DextractHereDndPlugin.h24 QList<QAction *> setup(const KFileItemListProperties& popupMenuInfo,

12345678910>>...850