diff options
author | Treeki <treeki@gmail.com> | 2012-09-04 16:25:47 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-09-04 16:25:47 +0200 |
commit | 07e0eeb5ad9f81a62032aa37c0cfef84a9f6ed5c (patch) | |
tree | f0d7d2558b552a8d25f1a78202979fc70629b5f4 /lsmaterialeditor.h | |
parent | 01654a40da349d461b1bc09e7a0cd248cd98e1d5 (diff) | |
download | LayoutStudio-07e0eeb5ad9f81a62032aa37c0cfef84a9f6ed5c.tar.gz LayoutStudio-07e0eeb5ad9f81a62032aa37c0cfef84a9f6ed5c.zip |
the complete beginnings of a material editor, pushing so I can work from my netbook ..
Diffstat (limited to 'lsmaterialeditor.h')
-rw-r--r-- | lsmaterialeditor.h | 17 |
1 files changed, 17 insertions, 0 deletions
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 <QWidget> + +class LSMaterialEditor : public QWidget { + Q_OBJECT +public: + explicit LSMaterialEditor(QWidget *parent = 0); + +signals: + +public slots: + +}; + +#endif // LSMATERIALEDITOR_H |