2 #include <score/plugins/panel/PanelDelegate.hpp>
3 #include <score/widgets/MarginLess.hpp>
5 #include <QMenuView/qmenuview.h>
6 #include <QStackedWidget>
23 QActionGroup* actionGroup()
const noexcept;
24 QToolBar* toolbar()
const noexcept;
26 QSize sizeHint()
const override;
27 void setTab(
int index);
29 QAction* addAction(QWidget* widg,
const PanelStatus& v);
30 QAction* addAction(QAction* act);
33 void paintEvent(QPaintEvent* ev)
override;
34 void actionTriggered(QAction* act,
bool b) W_SIGNAL(actionTriggered, act, b)
38 QToolBar* m_buttons{};
39 QStackedWidget m_stack;
40 QActionGroup* m_actGrp{};
Base toolkit upon which the software is built.
Definition: Application.cpp:90
The PanelStatus struct.
Definition: PanelDelegate.hpp:24