summaryrefslogtreecommitdiff
path: root/seentl.h
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-02-02 14:16:09 +0100
committerYorhel <git@yorhel.nl>2009-02-02 14:16:09 +0100
commit1c4fa45b62fe5a5026597e164cd0ec48c309e69c (patch)
tree41a3938c8092df3651d713a246e10e8441e2f0d2 /seentl.h
Initial commit - empty Qt Creator project
Diffstat (limited to 'seentl.h')
-rw-r--r--seentl.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/seentl.h b/seentl.h
new file mode 100644
index 0000000..91889fc
--- /dev/null
+++ b/seentl.h
@@ -0,0 +1,23 @@
+#ifndef SEENTL_H
+#define SEENTL_H
+
+#include <QtGui/QMainWindow>
+
+namespace Ui
+{
+ class SEENTLClass;
+}
+
+class SEENTL : public QMainWindow
+{
+ Q_OBJECT
+
+public:
+ SEENTL(QWidget *parent = 0);
+ ~SEENTL();
+
+private:
+ Ui::SEENTLClass *ui;
+};
+
+#endif // SEENTL_H