summaryrefslogtreecommitdiffstats
path: root/src/server/connectionframe/connectionframe.h
diff options
context:
space:
mode:
authorManuel Schneider2014-04-30 18:26:54 +0200
committerManuel Schneider2014-04-30 18:26:54 +0200
commitaead62193f935db3251606358dd4ef1a80cbc83f (patch)
treee4c68d8687b4a0ca4c1218439277cd5d8923d045 /src/server/connectionframe/connectionframe.h
parentMerge branch 'bastelstube' (diff)
downloadpvs2-aead62193f935db3251606358dd4ef1a80cbc83f.tar.gz
pvs2-aead62193f935db3251606358dd4ef1a80cbc83f.tar.xz
pvs2-aead62193f935db3251606358dd4ef1a80cbc83f.zip
Reniced the ui. Made styles more readable.
Diffstat (limited to 'src/server/connectionframe/connectionframe.h')
-rw-r--r--src/server/connectionframe/connectionframe.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/server/connectionframe/connectionframe.h b/src/server/connectionframe/connectionframe.h
index 764c212..1f39b79 100644
--- a/src/server/connectionframe/connectionframe.h
+++ b/src/server/connectionframe/connectionframe.h
@@ -41,6 +41,10 @@ private:
void updateAppearance();
QLabel* addIcon(const QIcon* icon);
+ static const QString studentLblStyle, studentBgStyle;
+ static const QString tutorLblStyle, tutorBgStyle;
+ static const QString selectedBgStyle;
+
public:
ConnectionFrame(QWidget* parent, int width, int height);
virtual ~ConnectionFrame();