]> git.defcon.no Git - rctxduino/blobdiff - tools/jstt/jstt.h
Merge branch 'jstt_2'
[rctxduino] / tools / jstt / jstt.h
diff --git a/tools/jstt/jstt.h b/tools/jstt/jstt.h
new file mode 100644 (file)
index 0000000..dd3c478
--- /dev/null
@@ -0,0 +1,27 @@
+#ifndef JSTT_H
+#define JSTT_H
+
+#include <QMainWindow>
+#include <QStringList>
+#include <SDL/SDL.h>
+
+namespace Ui {
+    class jstt;
+}
+
+class jstt : public QMainWindow {
+    Q_OBJECT
+public:
+    jstt(QWidget *parent = 0);
+    ~jstt();
+
+protected:
+    void changeEvent(QEvent *e);
+
+private:
+    Ui::jstt *ui;
+
+    QStringList jsNames;
+};
+
+#endif // JSTT_H