summaryrefslogtreecommitdiff
path: root/plugingui/mainwindow.h
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-02-10 20:35:44 +0100
committerAndré Nusser <andre.nusser@googlemail.com>2017-04-01 16:35:50 +0200
commita51479061c5fdcfbd9fabb14f4b597f2748d919d (patch)
treeb6ee3d7eb0ace245dffe5a3fd3f7e5fe492bde4d /plugingui/mainwindow.h
parent3f5255f5362877d0a4d942a65df62f7b977fb547 (diff)
A very rough first version of the GUI.
Diffstat (limited to 'plugingui/mainwindow.h')
-rw-r--r--plugingui/mainwindow.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/plugingui/mainwindow.h b/plugingui/mainwindow.h
index 886dc3e..89e323a 100644
--- a/plugingui/mainwindow.h
+++ b/plugingui/mainwindow.h
@@ -28,10 +28,13 @@
#include <settings.h>
-#include "window.h"
+#include "frame.h"
+#include "image.h"
+#include "textedit.h"
#include "tabwidget.h"
#include "texturedbox.h"
-#include "image.h"
+#include "window.h"
+#include "maintab.h"
namespace GUI
{
@@ -57,6 +60,10 @@ private:
void repaintEvent(RepaintEvent* repaintEvent) override final;
TabWidget tabs{this};
+
+ MainTab main_tab{this};
+ // TODO use some nice textfield widget here
+ TextEdit gpl_text_field{&tabs};
Image back{":bg.png"};
Image logo{":logo.png"};