reworked the Look settings page

This commit is contained in:
fourtf
2018-07-05 17:38:24 +02:00
parent 80c8e11cec
commit 42550129e7
2 changed files with 87 additions and 73 deletions
+5
View File
@@ -1,6 +1,7 @@
#pragma once
#include "common/Channel.hpp"
#include "util/LayoutCreator.hpp"
#include "widgets/settingspages/SettingsPage.hpp"
#include <QScrollArea>
@@ -15,6 +16,10 @@ class LookPage : public SettingsPage
public:
LookPage();
void addInterfaceTab(LayoutCreator<QVBoxLayout> layout);
void addMessageTab(LayoutCreator<QVBoxLayout> layout);
void addEmoteTab(LayoutCreator<QVBoxLayout> layout);
QLayout *createThemeColorChanger();
QLayout *createFontChanger();
QLayout *createUiScaleSlider();