From 2e52bea24a65cf70380c4e13c2f9f1238f023e91 Mon Sep 17 00:00:00 2001 From: Treeki Date: Thu, 6 Sep 2012 00:31:19 +0200 Subject: some black magic involving templates which doesn't even work, pushing so I can work on it at home --- lsmaterialeditor.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'lsmaterialeditor.h') diff --git a/lsmaterialeditor.h b/lsmaterialeditor.h index ba18762..b09c474 100644 --- a/lsmaterialeditor.h +++ b/lsmaterialeditor.h @@ -7,6 +7,17 @@ #include #include "lyt/materials/materialcontainer.h" #include "lscolorpicker.h" +#include "lsseteditor.h" + +class LSTevStageEditor : public LSSetEntryEditorBase { + Q_OBJECT +public: + explicit LSTevStageEditor(QWidget *parent = 0) : + LSSetEntryEditorBase(parent) { } + + void loadEntryFrom(const LYTTevStage &entry) { + } +}; class LSMaterialEditor : public QWidget { Q_OBJECT @@ -21,6 +32,8 @@ private: bool m_currentlyLoadingMaterial; LYTMaterial *m_material; + LSSetEditor *m_tevStageSetEditor; + private slots: void handleNameChanged(QString value); void handleSaveChangedName(); -- cgit v1.2.3