added settings

This commit is contained in:
fourtf
2017-01-20 06:10:28 +01:00
parent 21e938c3b6
commit d215bd58b0
18 changed files with 540 additions and 125 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
#ifndef CHATWIDGETHEADERBUTTON_H
#define CHATWIDGETHEADERBUTTON_H
#include "widgets/chatwidgetheaderbuttonlabel.h"
#include "widgets/signallabel.h"
#include <QHBoxLayout>
#include <QLabel>
@@ -18,7 +18,7 @@ class ChatWidgetHeaderButton : public QWidget
public:
ChatWidgetHeaderButton();
ChatWidgetHeaderButtonLabel &
SignalLabel &
getLabel()
{
return label;
@@ -38,7 +38,7 @@ protected:
private:
QHBoxLayout hbox;
ChatWidgetHeaderButtonLabel label;
SignalLabel label;
bool mouseOver;
bool mouseDown;