First version of table overview tab, only design no implementation yet
This commit is contained in:
parent
cd4e99cd11
commit
43e6042794
4 changed files with 110 additions and 3 deletions
|
|
@ -68,7 +68,8 @@ PgDatabaseCatalogue.cpp \
|
|||
CodeBuilderConfiguration.cpp \
|
||||
ResultTableModelUtil.cpp \
|
||||
BaseTableModel.cpp \
|
||||
QueryParamListController.cpp
|
||||
QueryParamListController.cpp \
|
||||
TablesPage.cpp
|
||||
|
||||
HEADERS += \
|
||||
QueryResultModel.h \
|
||||
|
|
@ -111,7 +112,8 @@ PgDatabaseCatalogue.h \
|
|||
CodeBuilderConfiguration.h \
|
||||
ResultTableModelUtil.h \
|
||||
BaseTableModel.h \
|
||||
QueryParamListController.h
|
||||
QueryParamListController.h \
|
||||
TablesPage.h
|
||||
|
||||
FORMS += mainwindow.ui \
|
||||
DatabaseWindow.ui \
|
||||
|
|
@ -121,7 +123,8 @@ FORMS += mainwindow.ui \
|
|||
QueryTab.ui \
|
||||
BackupDialog.ui \
|
||||
ServerWindow.ui \
|
||||
ProcessStdioWidget.ui
|
||||
ProcessStdioWidget.ui \
|
||||
TablesPage.ui
|
||||
|
||||
RESOURCES += \
|
||||
resources.qrc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue