Home
last modified time | relevance | path

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

12345678

/dports/cad/ktechlab/ktechlab-0.50.0/src/
H A Dtextdocument.h125 void fileSave(const QUrl& url);
141 void fileSave() override { fileSave(url()); } in fileSave() function
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/
H A Deditorcommands.cpp44 bool result = m_ki->docManager()->fileSave(view); in exec()
54 result = m_ki->docManager()->fileSave(view); in exec()
/dports/comms/qsstv/qsstv/editor/
H A Deditor.cpp104 fileSave = new QAction(QIcon(":/icons/filesave.png"),tr("&Save file"),this); in initActions()
105 fileSave->setStatusTip(tr("Save the file under the same name and format")); in initActions()
106 connect(fileSave, SIGNAL(triggered()), this, SLOT(slotFileSave())); in initActions()
147 fileMenu->addAction(fileSave); in initMenubar()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/io/
H A DGenbankTblOutputStream.java60 final File fileSave = chooser.getSelectedFile(); in writeEntryAsTbl()
61 if(fileSave.exists()) in writeEntryAsTbl()
72 final FileDocument fileDocument = new FileDocument(fileSave); in writeEntryAsTbl()
/dports/devel/kf5-kparts/kparts-5.89.0/templates/kpartsapp/src/part/
H A D%{APPNAMELC}part.cpp60 m_saveAction = KStandardAction::save(this, &%{APPNAME}Part::fileSave, actionCollection());
134 void %{APPNAME}Part::fileSave() in fileSave() function in Part
H A D%{APPNAMELC}part.h55 void fileSave();
/dports/finance/qtbitcointrader/QtBitcoinTrader-1.40.55/src/script/
H A Dscriptwidget.cpp632 bool ScriptWidget::saveScriptToFile(QString fileSave) in saveScriptToFile() argument
634 if (fileSave.isEmpty()) in saveScriptToFile()
635 fileSave = fileName; in saveScriptToFile()
639 if (QFile::exists(fileSave)) in saveScriptToFile()
640 QFile::remove(fileSave); in saveScriptToFile()
642 QSettings saveScript(fileSave, QSettings::IniFormat); in saveScriptToFile()
651 return QSettings(fileSave, QSettings::IniFormat).value("JLScript/Name", "").toString() != ""; in saveScriptToFile()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Deditinstrument.h85 bool fileSave(MusECore::MidiInstrument*, const QString&);
115 virtual void fileSave();
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/activeqt/menus/
H A Dmenus.cpp66 connect(action, SIGNAL(triggered()), this, SLOT(fileSave())); in QMenus()
138 void QMenus::fileSave() in fileSave() function in QMenus
H A Dmenus.h59 void fileSave();
/dports/audio/kid3-kf5/kid3-3.8.6/src/app/qt/
H A Dkid3mainwindow.cpp169 auto fileSave = new QAction(this); in initActions() local
170 fileSave->setStatusTip(tr("Saves the changed files")); in initActions()
171 fileSave->setText(tr("&Save")); in initActions()
172 fileSave->setShortcut(QKeySequence::Save); in initActions()
173 fileSave->setIcon(QIcon::fromTheme(QLatin1String("document-save"), in initActions()
175 fileSave->setObjectName(QLatin1String("file_save")); in initActions()
176 m_shortcutsModel->registerAction(fileSave, menuTitle); in initActions()
177 connect(fileSave, &QAction::triggered, in initActions()
179 fileMenu->addAction(fileSave); in initActions()
180 toolBar->addAction(fileSave); in initActions()
/dports/audio/kid3-qt5/kid3-3.8.6/src/app/qt/
H A Dkid3mainwindow.cpp169 auto fileSave = new QAction(this); in initActions() local
170 fileSave->setStatusTip(tr("Saves the changed files")); in initActions()
171 fileSave->setText(tr("&Save")); in initActions()
172 fileSave->setShortcut(QKeySequence::Save); in initActions()
173 fileSave->setIcon(QIcon::fromTheme(QLatin1String("document-save"), in initActions()
175 fileSave->setObjectName(QLatin1String("file_save")); in initActions()
176 m_shortcutsModel->registerAction(fileSave, menuTitle); in initActions()
177 connect(fileSave, &QAction::triggered, in initActions()
179 fileMenu->addAction(fileSave); in initActions()
180 toolBar->addAction(fileSave); in initActions()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtactiveqt/examples/activeqt/menus/
H A Dmenus.cpp76 connect(action, &QAction::triggered, this, &QMenus::fileSave);
148 void QMenus::fileSave() in fileSave() function in QMenus
H A Dmenus.h72 void fileSave();
/dports/biology/emboss/EMBOSS-6.6.0/jemboss/org/emboss/jemboss/gui/
H A DResultsMenuBar.java343 fileSave(cwd,fileSelected,jtc.getText()); in ResultsMenuBar()
348 fileSave(cwd,fileSelected,tabTitle,hashOut); in ResultsMenuBar()
352 fileSave(cwd,fileSelected,tabTitle,hashIn); in ResultsMenuBar()
619 private void fileSave(String cwd, String fileSelected, in fileSave() method in ResultsMenuBar
622 fileSave(cwd,fileSelected,h.get(tabTitle)); in fileSave()
633 private void fileSave(String cwd, String fileSelected, in fileSave() method in ResultsMenuBar
/dports/math/cgal/CGAL-5.3/demo/icons/
H A DFile.qrc5 <file>fileSave.png</file>
/dports/math/cgal/CGAL-5.3/cmake/modules/demo/icons/
H A DFile.qrc5 <file>fileSave.png</file>
/dports/accessibility/kmouth/kmouth-21.12.3/phrasebook/
H A Dphrasebookdialog.cpp110 fileSave->setEnabled(false); in PhraseBookDialog()
220 fileSave->setEnabled(true); in slotModelChanged()
240 fileSave = KStandardAction::save(this, SLOT(slotSave()), actionCollection()); in initActions()
241 fileSave->setToolTip(i18n("Saves the phrase book onto the hard disk")); in initActions()
242 fileSave->setWhatsThis(i18n("Saves the phrase book onto the hard disk")); in initActions()
627 fileSave->setEnabled(false); in slotSave()
/dports/editors/calligra/calligra-3.2.1/gemini/
H A Ddesktopviewproxy.h41 void fileSave();
H A Ddesktopviewproxy.cpp81 connect(saveAction, SIGNAL(triggered(bool)), this, SLOT(fileSave())); in DesktopViewProxy()
141 void DesktopViewProxy::fileSave() in fileSave() function in DesktopViewProxy
/dports/sysutils/ksystemlog/ksystemlog-21.12.3/src/lib/
H A DlogViewExport.h27 void fileSave();
/dports/editors/texmaker/texmaker-5.0.3/
H A Dunicodeview.h46 void fileSave();
/dports/misc/qbrew/qbrew-0.4.1/src/
H A Ddatabasetool.h59 void fileSave();
/dports/math/cgal/CGAL-5.3/demo/Optimal_transportation_reconstruction_2/
H A Dpwsrec.qrc6 <file>icons/fileSave.png</file>
/dports/math/cgal/CGAL-5.3/demo/Periodic_Lloyd_3/
H A DPeriodic_Lloyd_3.qrc7 <file>icons/fileSave.png</file>

12345678