mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-09 05:27:57 +00:00
Bug fixes, xref search, more context menus
This commit is contained in:
@@ -8,9 +8,11 @@
|
||||
#include <QToolButton>
|
||||
#include <QStyledItemDelegate>
|
||||
|
||||
class SoundMacroDelegate : public QStyledItemDelegate
|
||||
class SoundMacroDelegate : public BaseObjectDelegate
|
||||
{
|
||||
Q_OBJECT
|
||||
protected:
|
||||
ProjectModel::INode* getNode(const QAbstractItemModel* model, const QModelIndex& index) const;
|
||||
public:
|
||||
explicit SoundMacroDelegate(QObject* parent = Q_NULLPTR);
|
||||
QWidget* createEditor(QWidget* parent, const QStyleOptionViewItem& option, const QModelIndex& index) const;
|
||||
|
||||
Reference in New Issue
Block a user