summaryrefslogtreecommitdiff
path: root/src/gui/mainwindow.h
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-02-15 16:32:33 +0100
committerAleks Kissinger <aleks0@gmail.com>2018-02-15 16:32:33 +0100
commit09c331761648541de907c866c56fb6084c6f7a9b (patch)
tree8e5a11c282255a0e5248c8a6093e362aa136861f /src/gui/mainwindow.h
parent768e097abd17d07dd2748894b4dc1b09471dd6da (diff)
added support for changing edge mode, and started working on windows support
Diffstat (limited to 'src/gui/mainwindow.h')
-rw-r--r--src/gui/mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/mainwindow.h b/src/gui/mainwindow.h
index 8adf1bc..ba680b0 100644
--- a/src/gui/mainwindow.h
+++ b/src/gui/mainwindow.h
@@ -9,6 +9,8 @@
#include "tikzview.h"
#include "graph.h"
#include "tikzdocument.h"
+#include "mainmenu.h"
+#include "toolpalette.h"
#include <QMainWindow>
#include <QGraphicsView>
@@ -38,6 +40,8 @@ protected:
private:
TikzScene *_tikzScene;
TikzDocument *_tikzDocument;
+ MainMenu *_menu;
+ ToolPalette *_tools;
Ui::MainWindow *ui;
QString _fileName;
bool _pristine;