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:
parent
b90df1cd77
commit
8dd13d103e
10 changed files with 268 additions and 4 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue