Add basic color scheme handling

Fix #59
This commit is contained in:
Rasmus Karlsson
2017-07-02 14:28:37 +02:00
parent c5c2718dc0
commit ddf886eaf1
13 changed files with 83 additions and 39 deletions
+2 -3
View File
@@ -28,9 +28,6 @@ class ChatWidgetHeader : public BaseWidget
public:
explicit ChatWidgetHeader(ChatWidget *_chatWidget);
// Update palette from global color scheme
void updateColors();
// Update channel text from chat widget
void updateChannelText();
@@ -62,6 +59,8 @@ private:
void leftButtonClicked();
void rightButtonClicked();
virtual void refreshTheme() override;
public slots:
void menuMoveSplit();
void menuReloadChannelEmotes();