summaryrefslogtreecommitdiff
path: root/tikzit/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/mainwindow.h')
-rw-r--r--tikzit/mainwindow.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/tikzit/mainwindow.h b/tikzit/mainwindow.h
index a3948a9..167707a 100644
--- a/tikzit/mainwindow.h
+++ b/tikzit/mainwindow.h
@@ -1,11 +1,10 @@
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
-#include <QMainWindow>
+#include "tikzscene.h"
-namespace Ui {
-class MainWindow;
-}
+#include <QMainWindow>
+#include <QGraphicsView>
class MainWindow : public QMainWindow
{
@@ -14,9 +13,9 @@ class MainWindow : public QMainWindow
public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
-
private:
- Ui::MainWindow *ui;
+ TikzScene *tikzScene;
+ QGraphicsView *tikzView;
};
#endif // MAINWINDOW_H