Home
last modified time | relevance | path

Searched refs:QAction (Results 201 – 225 of 18935) sorted by relevance

12345678910>>...758

/dports/devel/liteide/liteide-x37.4/liteidex/src/utils/folderview/
H A Dbasefoldeview.h78 QAction *m_openEditorAct;
79 QAction *m_newFileAct;
81 QAction *m_removeFileAct;
82 QAction *m_renameFileAct;
83 QAction *m_newFolderAct;
86 QAction *m_openShellAct;
89 QAction *m_openFolderAct;
90 QAction *m_closeFolderAct;
93 QAction *m_openBundleAct;
94 QAction *m_copyFileAct;
[all …]
/dports/graphics/krita/krita-4.4.8/libs/widgetutils/config/
H A Dkstandardaction.cpp41 : QAction(parent) in AutomaticAction()
81 QAction *pAction = 0; in create()
144 pAction = new QAction(parent); in create()
153 pAction = new QAction(parent); in create()
158 pAction = new QAction(parent); in create()
164 pAction = new QAction(parent); in create()
493 QAction *cut(QObject *parent) in cut()
498 QAction *copy(QObject *parent) in copy()
503 QAction *paste(QObject *parent) in paste()
508 QAction *clear(QObject *parent) in clear()
[all …]
/dports/audio/kid3-kf5/kid3-3.8.6/src/app/kde/
H A Dkdemainwindow.cpp80 QAction* action = KStandardAction::open( in initActions()
83 QAction* action = KStandardAction::open( in initActions()
195 connect(action, &QAction::triggered, in initActions()
208 connect(action, &QAction::triggered, in initActions()
370 connect(action, &QAction::triggered, in initActions()
375 connect(action, &QAction::triggered, in initActions()
388 connect(action, &QAction::triggered, in initActions()
392 connect(action, &QAction::triggered, in initActions()
396 connect(action, &QAction::triggered, in initActions()
400 connect(action, &QAction::triggered, in initActions()
[all …]
/dports/audio/kid3-qt5/kid3-3.8.6/src/app/kde/
H A Dkdemainwindow.cpp80 QAction* action = KStandardAction::open( in initActions()
83 QAction* action = KStandardAction::open( in initActions()
195 connect(action, &QAction::triggered, in initActions()
208 connect(action, &QAction::triggered, in initActions()
370 connect(action, &QAction::triggered, in initActions()
375 connect(action, &QAction::triggered, in initActions()
388 connect(action, &QAction::triggered, in initActions()
392 connect(action, &QAction::triggered, in initActions()
396 connect(action, &QAction::triggered, in initActions()
400 connect(action, &QAction::triggered, in initActions()
[all …]
/dports/x11-toolkits/kf5-kconfigwidgets/kconfigwidgets-5.89.0/src/
H A Dkstandardaction.cpp26 : QAction(parent) in AutomaticAction()
60 ShowMenubarActionFilter(QAction *parent) in ShowMenubarActionFilter()
102 QAction *showMenubarAction = static_cast<QAction *>(parent()); in updateAction()
130 QAction *pAction = nullptr; in _k_createInternal()
251 pAction = new QAction(parent); in _k_createInternal()
275 pAction = new QAction(parent); in _k_createInternal()
610 QAction *cut(QObject *parent) in cut()
615 QAction *copy(QObject *parent) in copy()
620 QAction *paste(QObject *parent) in paste()
625 QAction *clear(QObject *parent) in clear()
[all …]
/dports/science/massxpert/massxpert-c229f4a1abde3c20b83a90e50f9c5d79104dfa5f/gui/
H A DsequenceEditorWnd.hpp84 QAction *closeAct;
85 QAction *saveAct;
86 QAction *saveAsAct;
87 QAction *importRawAct;
90 QAction *exportFileAct;
94 QAction *clipboardCutAct;
96 QAction *findSequenceAct;
101 QAction *cleaveAct;
102 QAction *fragmentAct;
103 QAction *massSearchAct;
[all …]
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/future/table/
H A Dfuture_Table.h48 class QAction; variable
412 QAction *action_set_formula;
423 QAction *action_select_all;
424 QAction *action_add_column;
430 QAction *action_sort_table;
431 QAction *action_go_to_cell;
441 QAction *action_set_as_x;
442 QAction *action_set_as_y;
443 QAction *action_set_as_z;
457 QAction *action_clear_rows;
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/mainwindows/mdi/
H A Dmainwindow.h48 class QAction; variable
99 QAction *newAct;
100 QAction *openAct;
101 QAction *saveAct;
103 QAction *exitAct;
104 QAction *cutAct;
105 QAction *copyAct;
106 QAction *pasteAct;
107 QAction *closeAct;
109 QAction *tileAct;
[all …]
/dports/graphics/gwenview/gwenview-21.12.3/app/
H A Dfileopscontextmanageritem.h33 class QAction; variable
80 QAction *mCutAction;
81 QAction *mCopyAction;
82 QAction *mPasteAction;
83 QAction *mCopyToAction;
84 QAction *mMoveToAction;
85 QAction *mLinkToAction;
86 QAction *mRenameAction;
87 QAction *mTrashAction;
88 QAction *mDelAction;
[all …]
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/designer/src/lib/sdk/
H A Dabstractformwindowmanager.cpp151 QAction *QDesignerFormWindowManagerInterface::actionCut() const in actionCut()
167 QAction *QDesignerFormWindowManagerInterface::actionCopy() const in actionCopy()
183 QAction *QDesignerFormWindowManagerInterface::actionPaste() const in actionPaste()
198 QAction *QDesignerFormWindowManagerInterface::actionDelete() const in actionDelete()
212 QAction *QDesignerFormWindowManagerInterface::actionSelectAll() const in actionSelectAll()
228 QAction *QDesignerFormWindowManagerInterface::actionLower() const in actionLower()
243 QAction *QDesignerFormWindowManagerInterface::actionRaise() const in actionRaise()
316 QAction *QDesignerFormWindowManagerInterface::actionGridLayout() const in actionGridLayout()
332 QAction *QDesignerFormWindowManagerInterface::actionFormLayout() const in actionFormLayout()
455 QAction *QDesignerFormWindowManagerInterface::actionUndo() const in actionUndo()
[all …]
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/designer/src/lib/sdk/
H A Dabstractformwindowmanager.cpp151 QAction *QDesignerFormWindowManagerInterface::actionCut() const in actionCut()
167 QAction *QDesignerFormWindowManagerInterface::actionCopy() const in actionCopy()
183 QAction *QDesignerFormWindowManagerInterface::actionPaste() const in actionPaste()
198 QAction *QDesignerFormWindowManagerInterface::actionDelete() const in actionDelete()
212 QAction *QDesignerFormWindowManagerInterface::actionSelectAll() const in actionSelectAll()
228 QAction *QDesignerFormWindowManagerInterface::actionLower() const in actionLower()
243 QAction *QDesignerFormWindowManagerInterface::actionRaise() const in actionRaise()
316 QAction *QDesignerFormWindowManagerInterface::actionGridLayout() const in actionGridLayout()
332 QAction *QDesignerFormWindowManagerInterface::actionFormLayout() const in actionFormLayout()
455 QAction *QDesignerFormWindowManagerInterface::actionUndo() const in actionUndo()
[all …]
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/designer/src/lib/sdk/
H A Dabstractformwindowmanager.cpp151 QAction *QDesignerFormWindowManagerInterface::actionCut() const in actionCut()
167 QAction *QDesignerFormWindowManagerInterface::actionCopy() const in actionCopy()
183 QAction *QDesignerFormWindowManagerInterface::actionPaste() const in actionPaste()
198 QAction *QDesignerFormWindowManagerInterface::actionDelete() const in actionDelete()
212 QAction *QDesignerFormWindowManagerInterface::actionSelectAll() const in actionSelectAll()
228 QAction *QDesignerFormWindowManagerInterface::actionLower() const in actionLower()
243 QAction *QDesignerFormWindowManagerInterface::actionRaise() const in actionRaise()
316 QAction *QDesignerFormWindowManagerInterface::actionGridLayout() const in actionGridLayout()
332 QAction *QDesignerFormWindowManagerInterface::actionFormLayout() const in actionFormLayout()
455 QAction *QDesignerFormWindowManagerInterface::actionUndo() const in actionUndo()
[all …]
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/designer/src/lib/sdk/
H A Dabstractformwindowmanager.cpp151 QAction *QDesignerFormWindowManagerInterface::actionCut() const in actionCut()
167 QAction *QDesignerFormWindowManagerInterface::actionCopy() const in actionCopy()
183 QAction *QDesignerFormWindowManagerInterface::actionPaste() const in actionPaste()
198 QAction *QDesignerFormWindowManagerInterface::actionDelete() const in actionDelete()
212 QAction *QDesignerFormWindowManagerInterface::actionSelectAll() const in actionSelectAll()
228 QAction *QDesignerFormWindowManagerInterface::actionLower() const in actionLower()
243 QAction *QDesignerFormWindowManagerInterface::actionRaise() const in actionRaise()
316 QAction *QDesignerFormWindowManagerInterface::actionGridLayout() const in actionGridLayout()
332 QAction *QDesignerFormWindowManagerInterface::actionFormLayout() const in actionFormLayout()
455 QAction *QDesignerFormWindowManagerInterface::actionUndo() const in actionUndo()
[all …]
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/designer/src/lib/sdk/
H A Dabstractformwindowmanager.cpp151 QAction *QDesignerFormWindowManagerInterface::actionCut() const in actionCut()
167 QAction *QDesignerFormWindowManagerInterface::actionCopy() const in actionCopy()
183 QAction *QDesignerFormWindowManagerInterface::actionPaste() const in actionPaste()
198 QAction *QDesignerFormWindowManagerInterface::actionDelete() const in actionDelete()
212 QAction *QDesignerFormWindowManagerInterface::actionSelectAll() const in actionSelectAll()
228 QAction *QDesignerFormWindowManagerInterface::actionLower() const in actionLower()
243 QAction *QDesignerFormWindowManagerInterface::actionRaise() const in actionRaise()
316 QAction *QDesignerFormWindowManagerInterface::actionGridLayout() const in actionGridLayout()
332 QAction *QDesignerFormWindowManagerInterface::actionFormLayout() const in actionFormLayout()
455 QAction *QDesignerFormWindowManagerInterface::actionUndo() const in actionUndo()
[all …]
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/designer/src/lib/sdk/
H A Dabstractformwindowmanager.cpp151 QAction *QDesignerFormWindowManagerInterface::actionCut() const in actionCut()
167 QAction *QDesignerFormWindowManagerInterface::actionCopy() const in actionCopy()
183 QAction *QDesignerFormWindowManagerInterface::actionPaste() const in actionPaste()
198 QAction *QDesignerFormWindowManagerInterface::actionDelete() const in actionDelete()
212 QAction *QDesignerFormWindowManagerInterface::actionSelectAll() const in actionSelectAll()
228 QAction *QDesignerFormWindowManagerInterface::actionLower() const in actionLower()
243 QAction *QDesignerFormWindowManagerInterface::actionRaise() const in actionRaise()
316 QAction *QDesignerFormWindowManagerInterface::actionGridLayout() const in actionGridLayout()
332 QAction *QDesignerFormWindowManagerInterface::actionFormLayout() const in actionFormLayout()
455 QAction *QDesignerFormWindowManagerInterface::actionUndo() const in actionUndo()
[all …]
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/designer/src/lib/sdk/
H A Dabstractformwindowmanager.cpp151 QAction *QDesignerFormWindowManagerInterface::actionCut() const in actionCut()
167 QAction *QDesignerFormWindowManagerInterface::actionCopy() const in actionCopy()
183 QAction *QDesignerFormWindowManagerInterface::actionPaste() const in actionPaste()
198 QAction *QDesignerFormWindowManagerInterface::actionDelete() const in actionDelete()
212 QAction *QDesignerFormWindowManagerInterface::actionSelectAll() const in actionSelectAll()
228 QAction *QDesignerFormWindowManagerInterface::actionLower() const in actionLower()
243 QAction *QDesignerFormWindowManagerInterface::actionRaise() const in actionRaise()
316 QAction *QDesignerFormWindowManagerInterface::actionGridLayout() const in actionGridLayout()
332 QAction *QDesignerFormWindowManagerInterface::actionFormLayout() const in actionFormLayout()
455 QAction *QDesignerFormWindowManagerInterface::actionUndo() const in actionUndo()
[all …]
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/designer/src/lib/sdk/
H A Dabstractformwindowmanager.cpp151 QAction *QDesignerFormWindowManagerInterface::actionCut() const in actionCut()
167 QAction *QDesignerFormWindowManagerInterface::actionCopy() const in actionCopy()
183 QAction *QDesignerFormWindowManagerInterface::actionPaste() const in actionPaste()
198 QAction *QDesignerFormWindowManagerInterface::actionDelete() const in actionDelete()
212 QAction *QDesignerFormWindowManagerInterface::actionSelectAll() const in actionSelectAll()
228 QAction *QDesignerFormWindowManagerInterface::actionLower() const in actionLower()
243 QAction *QDesignerFormWindowManagerInterface::actionRaise() const in actionRaise()
316 QAction *QDesignerFormWindowManagerInterface::actionGridLayout() const in actionGridLayout()
332 QAction *QDesignerFormWindowManagerInterface::actionFormLayout() const in actionFormLayout()
455 QAction *QDesignerFormWindowManagerInterface::actionUndo() const in actionUndo()
[all …]
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/designer/src/lib/sdk/
H A Dabstractformwindowmanager.cpp151 QAction *QDesignerFormWindowManagerInterface::actionCut() const in actionCut()
167 QAction *QDesignerFormWindowManagerInterface::actionCopy() const in actionCopy()
183 QAction *QDesignerFormWindowManagerInterface::actionPaste() const in actionPaste()
198 QAction *QDesignerFormWindowManagerInterface::actionDelete() const in actionDelete()
212 QAction *QDesignerFormWindowManagerInterface::actionSelectAll() const in actionSelectAll()
228 QAction *QDesignerFormWindowManagerInterface::actionLower() const in actionLower()
243 QAction *QDesignerFormWindowManagerInterface::actionRaise() const in actionRaise()
316 QAction *QDesignerFormWindowManagerInterface::actionGridLayout() const in actionGridLayout()
332 QAction *QDesignerFormWindowManagerInterface::actionFormLayout() const in actionFormLayout()
455 QAction *QDesignerFormWindowManagerInterface::actionUndo() const in actionUndo()
[all …]
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/designer/src/lib/sdk/
H A Dabstractformwindowmanager.cpp151 QAction *QDesignerFormWindowManagerInterface::actionCut() const in actionCut()
167 QAction *QDesignerFormWindowManagerInterface::actionCopy() const in actionCopy()
183 QAction *QDesignerFormWindowManagerInterface::actionPaste() const in actionPaste()
198 QAction *QDesignerFormWindowManagerInterface::actionDelete() const in actionDelete()
212 QAction *QDesignerFormWindowManagerInterface::actionSelectAll() const in actionSelectAll()
228 QAction *QDesignerFormWindowManagerInterface::actionLower() const in actionLower()
243 QAction *QDesignerFormWindowManagerInterface::actionRaise() const in actionRaise()
316 QAction *QDesignerFormWindowManagerInterface::actionGridLayout() const in actionGridLayout()
332 QAction *QDesignerFormWindowManagerInterface::actionFormLayout() const in actionFormLayout()
455 QAction *QDesignerFormWindowManagerInterface::actionUndo() const in actionUndo()
[all …]
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/designer/src/lib/sdk/
H A Dabstractformwindowmanager.cpp151 QAction *QDesignerFormWindowManagerInterface::actionCut() const in actionCut()
167 QAction *QDesignerFormWindowManagerInterface::actionCopy() const in actionCopy()
183 QAction *QDesignerFormWindowManagerInterface::actionPaste() const in actionPaste()
198 QAction *QDesignerFormWindowManagerInterface::actionDelete() const in actionDelete()
212 QAction *QDesignerFormWindowManagerInterface::actionSelectAll() const in actionSelectAll()
228 QAction *QDesignerFormWindowManagerInterface::actionLower() const in actionLower()
243 QAction *QDesignerFormWindowManagerInterface::actionRaise() const in actionRaise()
316 QAction *QDesignerFormWindowManagerInterface::actionGridLayout() const in actionGridLayout()
332 QAction *QDesignerFormWindowManagerInterface::actionFormLayout() const in actionFormLayout()
455 QAction *QDesignerFormWindowManagerInterface::actionUndo() const in actionUndo()
[all …]
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/designer/src/lib/sdk/
H A Dabstractformwindowmanager.cpp151 QAction *QDesignerFormWindowManagerInterface::actionCut() const in actionCut()
167 QAction *QDesignerFormWindowManagerInterface::actionCopy() const in actionCopy()
183 QAction *QDesignerFormWindowManagerInterface::actionPaste() const in actionPaste()
198 QAction *QDesignerFormWindowManagerInterface::actionDelete() const in actionDelete()
212 QAction *QDesignerFormWindowManagerInterface::actionSelectAll() const in actionSelectAll()
228 QAction *QDesignerFormWindowManagerInterface::actionLower() const in actionLower()
243 QAction *QDesignerFormWindowManagerInterface::actionRaise() const in actionRaise()
316 QAction *QDesignerFormWindowManagerInterface::actionGridLayout() const in actionGridLayout()
332 QAction *QDesignerFormWindowManagerInterface::actionFormLayout() const in actionFormLayout()
455 QAction *QDesignerFormWindowManagerInterface::actionUndo() const in actionUndo()
[all …]
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/designer/src/lib/sdk/
H A Dabstractformwindowmanager.cpp151 QAction *QDesignerFormWindowManagerInterface::actionCut() const in actionCut()
167 QAction *QDesignerFormWindowManagerInterface::actionCopy() const in actionCopy()
183 QAction *QDesignerFormWindowManagerInterface::actionPaste() const in actionPaste()
198 QAction *QDesignerFormWindowManagerInterface::actionDelete() const in actionDelete()
212 QAction *QDesignerFormWindowManagerInterface::actionSelectAll() const in actionSelectAll()
228 QAction *QDesignerFormWindowManagerInterface::actionLower() const in actionLower()
243 QAction *QDesignerFormWindowManagerInterface::actionRaise() const in actionRaise()
316 QAction *QDesignerFormWindowManagerInterface::actionGridLayout() const in actionGridLayout()
332 QAction *QDesignerFormWindowManagerInterface::actionFormLayout() const in actionFormLayout()
455 QAction *QDesignerFormWindowManagerInterface::actionUndo() const in actionUndo()
[all …]
/dports/graphics/qt5-pixeltool/kde-qttools-5.15.2p17/src/designer/src/lib/sdk/
H A Dabstractformwindowmanager.cpp151 QAction *QDesignerFormWindowManagerInterface::actionCut() const in actionCut()
167 QAction *QDesignerFormWindowManagerInterface::actionCopy() const in actionCopy()
183 QAction *QDesignerFormWindowManagerInterface::actionPaste() const in actionPaste()
198 QAction *QDesignerFormWindowManagerInterface::actionDelete() const in actionDelete()
212 QAction *QDesignerFormWindowManagerInterface::actionSelectAll() const in actionSelectAll()
228 QAction *QDesignerFormWindowManagerInterface::actionLower() const in actionLower()
243 QAction *QDesignerFormWindowManagerInterface::actionRaise() const in actionRaise()
316 QAction *QDesignerFormWindowManagerInterface::actionGridLayout() const in actionGridLayout()
332 QAction *QDesignerFormWindowManagerInterface::actionFormLayout() const in actionFormLayout()
455 QAction *QDesignerFormWindowManagerInterface::actionUndo() const in actionUndo()
[all …]
/dports/x11/qt5-qev/kde-qttools-5.15.2p17/src/designer/src/lib/sdk/
H A Dabstractformwindowmanager.cpp151 QAction *QDesignerFormWindowManagerInterface::actionCut() const in actionCut()
167 QAction *QDesignerFormWindowManagerInterface::actionCopy() const in actionCopy()
183 QAction *QDesignerFormWindowManagerInterface::actionPaste() const in actionPaste()
198 QAction *QDesignerFormWindowManagerInterface::actionDelete() const in actionDelete()
212 QAction *QDesignerFormWindowManagerInterface::actionSelectAll() const in actionSelectAll()
228 QAction *QDesignerFormWindowManagerInterface::actionLower() const in actionLower()
243 QAction *QDesignerFormWindowManagerInterface::actionRaise() const in actionRaise()
316 QAction *QDesignerFormWindowManagerInterface::actionGridLayout() const in actionGridLayout()
332 QAction *QDesignerFormWindowManagerInterface::actionFormLayout() const in actionFormLayout()
455 QAction *QDesignerFormWindowManagerInterface::actionUndo() const in actionUndo()
[all …]
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/
H A Dkractions.cpp48 QAction *KrActions::actCompare = 0;
52 QAction *KrActions::actProfiles = 0;
55 QAction *KrActions::actNewTool = 0;
60 QAction *KrActions::actFind = 0;
61 QAction *KrActions::actLocate = 0;
69 QAction *KrActions::actSplit = 0;
70 QAction *KrActions::actCombine = 0;
76 QAction *KrActions::actF10Quit = 0;
118 QAction *a; in createAction()
132 QAction *a; in createAction()
[all …]

12345678910>>...758