initial import

This commit is contained in:
Mo Elzubeir
2022-12-13 09:18:00 -06:00
commit d2d561810c
322 changed files with 1147261 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# -------------------------------------------------
# Project created by QtCreator 2009-08-15T12:08:20
# -------------------------------------------------
QT += sql
TARGET = Importer
TEMPLATE = app
SOURCES += main.cpp \
importerdialog.cpp \
imageoutputformatdialog.cpp
HEADERS += importerdialog.h \
imageoutputformatdialog.h
FORMS += importerdialog.ui \
imageoutputformatdialog.ui