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
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
|
||||
CrudTab::CrudTab(MainWindow *parent)
|
||||
: QWidget(parent)
|
||||
: PlgPage(parent)
|
||||
, ui(new Ui::CrudTab)
|
||||
, m_window(parent)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue