Added page with the types (no details yet)

This commit is contained in:
eelke 2021-04-01 14:58:42 +02:00
parent bdef76ed8a
commit 4c175d8c2c
16 changed files with 418 additions and 11 deletions

View file

@ -87,7 +87,8 @@ PropertyProxyModel.cpp \
widgets/CatalogConstraintPage.cpp \
widgets/CatalogTablesPage.cpp \
widgets/CatalogFunctionsPage.cpp \
widgets/CatalogSequencesPage.cpp
widgets/CatalogSequencesPage.cpp \
widgets/CatalogTypesPage.cpp
HEADERS += \
ConnectionConfigurationWidget.h \
@ -160,7 +161,8 @@ CustomDataRole.h \
widgets/CatalogTablesPage.h \
widgets/CatalogFunctionsPage.h \
widgets/CatalogSequencesPage.h \
NamespaceFilter.h
NamespaceFilter.h \
widgets/CatalogTypesPage.h
FORMS += \
ConnectionManagerWindow.ui \