mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-08 21:17:49 +00:00
More work on Amuse Editor
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#include "SoundMacroEditor.hpp"
|
||||
#include <QLabel>
|
||||
|
||||
SoundMacroEditor::SoundMacroEditor(QWidget* parent)
|
||||
SoundMacroEditor::SoundMacroEditor(ProjectModel::SoundMacroNode* node, QWidget* parent)
|
||||
: EditorWidget(parent)
|
||||
{
|
||||
|
||||
QLabel* lab = new QLabel;
|
||||
lab->setText(node->m_name);
|
||||
lab->setParent(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user