Moved code from TablesPage into seperate PropetiesPage component

Clears up the TablePage and makes rhe propertypage reusable.
This commit is contained in:
eelke 2018-10-20 10:58:42 +02:00
parent b8cfb223be
commit 38ae5f50e4
8 changed files with 73 additions and 36 deletions

View file

@ -82,7 +82,8 @@ PropertyProxyModel.cpp \
TriggerTableModel.cpp \
TriggerPage.cpp \
SqlCodePreview.cpp \
CustomFilterSortModel.cpp
CustomFilterSortModel.cpp \
PropertiesPage.cpp
HEADERS += \
QueryResultModel.h \
@ -135,7 +136,8 @@ CustomDataRole.h \
TriggerTableModel.h \
TriggerPage.h \
SqlCodePreview.h \
CustomFilterSortModel.h
CustomFilterSortModel.h \
PropertiesPage.h
FORMS += mainwindow.ui \
ConnectionManagerWindow.ui \