updated settingsdialog

This commit is contained in:
fourtf
2017-01-22 12:46:35 +01:00
parent 8d85f91c4d
commit be92a82891
21 changed files with 487 additions and 232 deletions
+6
View File
@@ -21,6 +21,7 @@ class ChatWidgetInput : public QWidget
public:
ChatWidgetInput();
~ChatWidgetInput();
protected:
void paintEvent(QPaintEvent *);
@@ -37,6 +38,11 @@ private:
private slots:
void refreshTheme();
void
setMessageLengthVisisble(bool value)
{
this->textLengthLabel.setHidden(!value);
}
};
}
}