Initial SampleEditor

This commit is contained in:
Jack Andersen
2018-07-29 20:20:03 -10:00
parent 16745c9bf8
commit 8d24e19989
21 changed files with 469 additions and 144 deletions

View File

@@ -127,7 +127,7 @@ class SoundMacroListing : public QWidget
Q_OBJECT
friend class CommandWidget;
friend class SoundMacroEditor;
std::shared_ptr<ProjectModel::SoundMacroNode> m_node;
amuse::ObjToken<ProjectModel::SoundMacroNode> m_node;
QVBoxLayout* m_layout;
QLayoutItem* m_dragItem = nullptr;
int m_origIdx = -1;