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:
parent
c2d725ec6d
commit
3d516e6006
10 changed files with 130 additions and 26 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue