summaryrefslogtreecommitdiff
path: root/tikzit/mainwindow.h
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2017-01-11 17:31:47 +0100
committerAleks Kissinger <aleks0@gmail.com>2017-01-11 17:31:47 +0100
commitdd95fa3ce7a94c1fce9e084071af4031b2bd50e9 (patch)
tree3a3c57c626f00f19021a0eacf27f2f1535becd90 /tikzit/mainwindow.h
parent1802977b95d29198f27535b1b731d1180c083667 (diff)
boilerplate
Diffstat (limited to 'tikzit/mainwindow.h')
-rw-r--r--tikzit/mainwindow.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/tikzit/mainwindow.h b/tikzit/mainwindow.h
new file mode 100644
index 0000000..a3948a9
--- /dev/null
+++ b/tikzit/mainwindow.h
@@ -0,0 +1,22 @@
+#ifndef MAINWINDOW_H
+#define MAINWINDOW_H
+
+#include <QMainWindow>
+
+namespace Ui {
+class MainWindow;
+}
+
+class MainWindow : public QMainWindow
+{
+ Q_OBJECT
+
+public:
+ explicit MainWindow(QWidget *parent = 0);
+ ~MainWindow();
+
+private:
+ Ui::MainWindow *ui;
+};
+
+#endif // MAINWINDOW_H