First tab at building a mechanism where tabpages can supply a list of actions that are added to the global main toolbar.

This commit is contained in:
eelke 2018-05-14 20:24:41 +02:00
parent c2d725ec6d
commit 3d516e6006
10 changed files with 130 additions and 26 deletions

View file

@ -71,9 +71,9 @@ SOURCES += main.cpp\
CrudModel.cpp \
PgLabItemDelegate.cpp \
Module.cpp \
PglPage.cpp \
EditorGutter.cpp \
CodeEditor.cpp
CodeEditor.cpp \
PlgPage.cpp
HEADERS += \
QueryResultModel.h \
@ -116,9 +116,9 @@ HEADERS += \
CrudModel.h \
PgLabItemDelegate.h \
Module.h \
PglPage.h \
EditorGutter.h \
CodeEditor.h
CodeEditor.h \
PlgPage.h
FORMS += mainwindow.ui \
ConnectionManagerWindow.ui \