MCPcopy Create free account
hub / github.com/KDE/labplot / editFitsFileDialog

Method editFitsFileDialog

src/frontend/MainWin.cpp:2861–2867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2859}
2860
2861void MainWin::editFitsFileDialog() {
2862 auto* editDialog = new FITSHeaderEditDialog(this);
2863 if (editDialog->exec() == QDialog::Accepted) {
2864 if (editDialog->saved())
2865 statusBar()->showMessage(i18n("FITS files saved"));
2866 }
2867}
2868
2869/*!
2870 adds a new file data source to the current project.

Callers

nothing calls this directly

Calls 3

execMethod · 0.80
savedMethod · 0.80
showMessageMethod · 0.80

Tested by

no test coverage detected