Bezig met crudmodel/tab
This commit is contained in:
parent
ee321b3fb1
commit
14ab400ccb
15 changed files with 308 additions and 33 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue