From 07e0eeb5ad9f81a62032aa37c0cfef84a9f6ed5c Mon Sep 17 00:00:00 2001 From: Treeki Date: Tue, 4 Sep 2012 16:25:47 +0200 Subject: the complete beginnings of a material editor, pushing so I can work from my netbook .. --- lsmaterialeditor.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lsmaterialeditor.h (limited to 'lsmaterialeditor.h') diff --git a/lsmaterialeditor.h b/lsmaterialeditor.h new file mode 100644 index 0000000..e594acc --- /dev/null +++ b/lsmaterialeditor.h @@ -0,0 +1,17 @@ +#ifndef LSMATERIALEDITOR_H +#define LSMATERIALEDITOR_H + +#include + +class LSMaterialEditor : public QWidget { + Q_OBJECT +public: + explicit LSMaterialEditor(QWidget *parent = 0); + +signals: + +public slots: + +}; + +#endif // LSMATERIALEDITOR_H -- cgit v1.2.3