18 #include <QToolButton>
22 , m_addInstrumentButton(new QToolButton)
23 , m_removeInstrumentButton(new QToolButton)
24 , m_cloneInstrumentButton(new QToolButton)
25 , m_addInstrumentMenu(actions->instrumentMenu())
Defines class InstrumentViewActions.
Collection of actions to add/remove/clone instrument.
void onRemoveInstrument()
Removes currently selected instrument.
void onCloneInstrument()
Clones currently selected instrument.