From a51479061c5fdcfbd9fabb14f4b597f2748d919d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Fri, 10 Feb 2017 20:35:44 +0100 Subject: A very rough first version of the GUI. --- plugingui/mainwindow.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'plugingui/mainwindow.h') 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 -#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"}; -- cgit v1.2.3