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

@ -3,6 +3,7 @@
#include "PgClass.h"
#include <QWidget>
#include "PlgPage.h"
#include <memory>
namespace Ui {
@ -13,7 +14,7 @@ class OpenDatabase;
class CrudModel;
class MainWindow;
class CrudTab : public QWidget
class CrudTab : public PlgPage
{
Q_OBJECT