Bezig met crudmodel/tab

This commit is contained in:
eelke 2018-01-08 20:45:52 +01:00
parent ee321b3fb1
commit 14ab400ccb
15 changed files with 308 additions and 33 deletions

View file

@ -66,7 +66,9 @@ SOURCES += main.cpp\
ApplicationWindow.cpp \
ConstraintModel.cpp \
IconColumnDelegate.cpp \
IndexModel.cpp
IndexModel.cpp \
CrudTab.cpp \
CrudModel.cpp
HEADERS += \
QueryResultModel.h \
@ -104,7 +106,9 @@ HEADERS += \
ApplicationWindow.h \
ConstraintModel.h \
IconColumnDelegate.h \
IndexModel.h
IndexModel.h \
CrudTab.h \
CrudModel.h
FORMS += mainwindow.ui \
ConnectionManagerWindow.ui \
@ -116,7 +120,8 @@ FORMS += mainwindow.ui \
ProcessStdioWidget.ui \
TablesPage.ui \
NamespaceFilterWidget.ui \
ApplicationWindow.ui
ApplicationWindow.ui \
CrudTab.ui
RESOURCES += \
resources.qrc