summaryrefslogtreecommitdiff
path: root/seentl.h
diff options
context:
space:
mode:
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