Add filesystem widget

This commit is contained in:
2021-04-20 12:00:30 +02:00
parent 47360b5227
commit 1ba6a0ff19
7 changed files with 203 additions and 31 deletions
+2
View File
@@ -23,6 +23,7 @@ win32:LIBS += -LC:\msys64\mingw64\lib -LC:\msys64\mingw64\bin
win32:INCLUDEPATH += C:\msys64\mingw64\include\ C:\msys64\mingw64\include\cfitsio
SOURCES += main.cpp\
filesystemwidget.cpp \
mainwindow.cpp \
imagescrollarea.cpp \
imageringlist.cpp \
@@ -35,6 +36,7 @@ SOURCES += main.cpp\
rawimage.cpp
HEADERS += mainwindow.h \
filesystemwidget.h \
imagescrollarea.h \
imageringlist.h \
database.h \