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

@ -7,7 +7,7 @@
CrudTab::CrudTab(MainWindow *parent)
: QWidget(parent)
: PlgPage(parent)
, ui(new Ui::CrudTab)
, m_window(parent)
{