DatabaseWindow now provides some functionality to its child components through the IDatabaseWindow interface.
This way children do not need to include the full header to get access to some utility functions for changing the titles and icons of tabpages (and in fact do not need to know that there are tabs, could be something else)
This commit is contained in:
parent
6d4df99100
commit
1a2ec6a224
6 changed files with 84 additions and 135 deletions
|
|
@ -85,6 +85,7 @@ PropertyProxyModel.cpp \
|
|||
widgets/CatalogSequencesPage.cpp
|
||||
|
||||
HEADERS += \
|
||||
IDatabaseWindow.h \
|
||||
NotificationListWidget.h \
|
||||
NotificationModel.h \
|
||||
NotificationService.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue