Add gui option for joining rooms (#25)

This commit is contained in:
Konstantinos Sideris 2017-12-10 15:22:01 +02:00
parent bba3bba55a
commit 19bae2a2e6
9 changed files with 98 additions and 13 deletions

View file

@ -17,6 +17,7 @@ class TextField : public QLineEdit
Q_PROPERTY(QColor textColor WRITE setTextColor READ textColor)
Q_PROPERTY(QColor inkColor WRITE setInkColor READ inkColor)
Q_PROPERTY(QColor labelColor WRITE setLabelColor READ labelColor)
Q_PROPERTY(QColor underlineColor WRITE setUnderlineColor READ underlineColor)
Q_PROPERTY(QColor backgroundColor WRITE setBackgroundColor READ backgroundColor)