Add simple FITS image loading

This commit is contained in:
2019-09-04 17:28:44 +02:00
parent 01e15bcd1b
commit dd9accbbb9
4 changed files with 73 additions and 4 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ void MainWindow::openFile()
if(standardLocations.size())
path = standardLocations.first();
QString file = QFileDialog::getOpenFileName(this, tr("Open file"), path, tr("Images (*.jpg *.png *.cr2 *.JPG *.PNG *.CR2)"));
QString file = QFileDialog::getOpenFileName(this, tr("Open file"), path, tr("Images (*.jpg *.png *.cr2 *.fit *.JPG *.PNG *.CR2 *.FIT)"));
if(!file.isEmpty())
{
QFileInfo info(file);