From 65d26692ae8736f67f3951f088b26086eeb6b829 Mon Sep 17 00:00:00 2001 From: Julian T Date: Thu, 13 Aug 2020 21:17:30 +0200 Subject: Added nicer ui which can save --- app/mainwindow.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'app/mainwindow.hpp') diff --git a/app/mainwindow.hpp b/app/mainwindow.hpp index 7e356a0..b2566f4 100644 --- a/app/mainwindow.hpp +++ b/app/mainwindow.hpp @@ -2,9 +2,13 @@ #define MAIN_H #include +#include +#include +#include #include "draw.hpp" #include "rendercoord.hpp" +#include #include class MainWindow : public QMainWindow { @@ -13,9 +17,15 @@ class MainWindow : public QMainWindow { public: MainWindow(Renderer r); + private slots: + void saveimage(); private: DrawWidget m_drawer; + QLabel runstatus; RenderCoordinator m_render; + + QMenu *fileMenu; + QMenu *helpMenu; }; #endif -- cgit v1.2.3