Home
last modified time | relevance | path

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

123456

/dports/accessibility/kmouth/kmouth-21.12.3/
H A Dkmouth.cpp86 fileSaveAs->setEnabled(false); in KMouthApp()
113 fileSaveAs = actionCollection()->addAction(QStringLiteral("file_save_as")); in initActions()
114 fileSaveAs->setIcon(QIcon::fromTheme(QStringLiteral("document-save"))); in initActions()
115 fileSaveAs->setText(i18n("Save &History As...")); in initActions()
116 actionCollection()->setDefaultShortcuts(fileSaveAs, KStandardShortcut::save()); in initActions()
117 connect(fileSaveAs, &QAction::triggered, this, &KMouthApp::slotFileSaveAs); in initActions()
118 fileSaveAs->setToolTip(i18n("Saves the actual history as...")); in initActions()
119 fileSaveAs->setWhatsThis(i18n("Saves the actual history as...")); in initActions()
335 fileSaveAs->setEnabled(existEntries); in enableMenuEntries()
H A Dkmouth.h150 QAction * fileSaveAs; variable
/dports/devel/kf5-kparts/kparts-5.89.0/templates/kpartsapp/src/part/
H A D%{APPNAMELC}part.cpp61 KStandardAction::saveAs(this, &%{APPNAME}Part::fileSaveAs, actionCollection());
139 fileSaveAs();
143 void %{APPNAME}Part::fileSaveAs() in fileSaveAs() function in Part
H A D%{APPNAMELC}part.h56 void fileSaveAs();
/dports/games/corsix-th/CorsixTH-0.65.1/LevelEdit/src/com/corsixth/leveledit/
H A DMenu.java51 JMenuItem fileSaveAs = new JMenuItem("Save As"); field in Menu
60 menuFile.add(fileSaveAs); in Menu()
107 fileSaveAs.addActionListener(new ActionListener() { in Menu()
/dports/editors/calligra/calligra-3.2.1/gemini/
H A Ddesktopviewproxy.h42 bool fileSaveAs();
H A Ddesktopviewproxy.cpp84 connect(saveasAction, SIGNAL(triggered(bool)), this, SLOT(fileSaveAs())); in DesktopViewProxy()
158 bool DesktopViewProxy::fileSaveAs() in fileSaveAs() function in DesktopViewProxy
/dports/devel/projectcenter/ProjectCenter-0.6.2/English.lproj/ProjectCenter.gorm/
H A Ddata.classes37 "fileSaveAs:",
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/
H A DFWWindow_wrappers.cpp103 void FWWindow::fileSaveAs() in fileSaveAs() function in FWWindow
107 activeProject()->fileSaveAs(); in fileSaveAs()
/dports/games/knights/knights-21.12.3/src/
H A Dknights.h60 void fileSaveAs();
/dports/devel/grantlee5/grantlee-5.2.0/examples/textedit/
H A Dtextedit.h78 bool fileSaveAs(); in QT_FORWARD_DECLARE_CLASS()
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/textedit/
H A Dtextedit.h78 bool fileSaveAs(); in QT_FORWARD_DECLARE_CLASS()
/dports/graphics/kxstitch/kxstitch-2.2.0/src/
H A DMainWindow.h60 void fileSaveAs();
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/richtext/textedit/
H A Dtextedit.h86 bool fileSaveAs();
/dports/misc/qbrew/qbrew-0.4.1/src/
H A Dqbrew.h78 void fileSaveAs();
/dports/devel/projectcenter/ProjectCenter-0.6.2/Headers/
H A DPCMenuController.h76 - (void)fileSaveAs:(id)sender;
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/system/icons/
H A DIconManager.java98 private Image fileSaveAs; field in IconManager
193 this.fileSaveAs = loadIcon("save-as.png"); in loadIcons()
569 return this.fileSaveAs; in getFileSaveAs()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/uic3/baseline/
H A Drichedit.ui.err6 uic3: slot `fileSaveAs()' for widget `EditorForm' of type `Q3MainWindow' is not supported; connecti…
/dports/cad/ktechlab/ktechlab-0.50.0/src/
H A Ddocument.h134 virtual void fileSaveAs() = 0;
/dports/sysutils/k3b/k3b-21.12.3/src/
H A Dk3b.h187 bool fileSaveAs( Doc* doc = 0 );
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Deditinstrument.h116 virtual void fileSaveAs();
/dports/math/cantor/cantor-21.12.3/src/
H A Dcantor_part.h106 void fileSaveAs();
/dports/graphics/kgraphviewer/kgraphviewer-2.4.3/src/
H A Dkgrapheditor.h126 void fileSaveAs();
/dports/audio/qmidiarp/qmidiarp-qmidiarp-0.6.5/src/
H A Dmainwindow.h388 void fileSaveAs();
/dports/audio/qsampler/qsampler-qsampler_0_9_4/src/
H A DqsamplerMainForm.h91 void fileSaveAs();

123456