From 5f6dad55d75cbe146ff7fefc899a02ccd39078ba Mon Sep 17 00:00:00 2001 From: Treeki Date: Thu, 7 Oct 2010 15:56:13 +0200 Subject: initial commit -- everything compiles except for material.cpp. the material system still needs quite a bit of work; this will come in due time --- lsmainwindow.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 lsmainwindow.h (limited to 'lsmainwindow.h') diff --git a/lsmainwindow.h b/lsmainwindow.h new file mode 100644 index 0000000..6f1a000 --- /dev/null +++ b/lsmainwindow.h @@ -0,0 +1,18 @@ +#ifndef LSMAINWINDOW_H +#define LSMAINWINDOW_H + +#include "ui_lsmainwindow.h" + +class LSMainWindow : public QMainWindow { + Q_OBJECT +public: + LSMainWindow(QWidget *parent = 0); + +protected: + void changeEvent(QEvent *e); + +private: + Ui::LSMainWindow ui; +}; + +#endif // LSMAINWINDOW_H -- cgit v1.2.3