summaryrefslogtreecommitdiff
path: root/plugingui/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/mainwindow.h')
-rw-r--r--plugingui/mainwindow.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/plugingui/mainwindow.h b/plugingui/mainwindow.h
index cd2eb1f..7f95794 100644
--- a/plugingui/mainwindow.h
+++ b/plugingui/mainwindow.h
@@ -28,9 +28,8 @@
#include <settings.h>
-#include "frame.h"
+#include "abouttab.h"
#include "image.h"
-#include "textedit.h"
#include "tabwidget.h"
#include "texturedbox.h"
#include "window.h"
@@ -62,15 +61,12 @@ private:
// From Widget
void repaintEvent(RepaintEvent* repaintEvent) override final;
- std::string getAboutText();
-
- TabWidget tabs{this};
-
Config config;
SettingsNotifier settings_notifier;
+ TabWidget tabs{this};
MainTab main_tab;
- TextEdit about_text_field{&tabs};
+ AboutTab about_tab{&tabs};
Image back{":resources/bg.png"};
Image logo{":resources/logo.png"};
@@ -87,10 +83,6 @@ private:
bool closing{false};
- Resource about{":../ABOUT"};
- Resource authors{":../AUTHORS"};
- Resource gpl{":../COPYING"};
-
Font font;
};