Added dependants tab to table page

Retrieves all foreignkeys pointing to the current table
and shows the tables they are foreignkeys of.
This commit is contained in:
eelke 2019-11-17 10:27:11 +01:00
parent b90df1cd77
commit 8dd13d103e
10 changed files with 268 additions and 4 deletions

View file

@ -23,6 +23,8 @@ win32:RC_ICONS += pglab.ico
SOURCES += main.cpp\
ConnectionConfigurationWidget.cpp \
ConnectionController.cpp \
DependantsPage.cpp \
DependantsTableModel.cpp \
NotificationListWidget.cpp \
NotificationModel.cpp \
NotificationService.cpp \
@ -88,6 +90,8 @@ PropertyProxyModel.cpp \
HEADERS += \
ConnectionConfigurationWidget.h \
ConnectionController.h \
DependantsPage.h \
DependantsTableModel.h \
IDatabaseWindow.h \
NotificationListWidget.h \
NotificationModel.h \