summaryrefslogtreecommitdiffstats
path: root/src/gui/connectionFrame.h
diff options
context:
space:
mode:
authorJohann Latocha2010-11-30 23:19:33 +0100
committerJohann Latocha2010-11-30 23:19:33 +0100
commit7dd7a3b81df6cc66e1c67f24f3606ad007942502 (patch)
treedd92a672cafe75be7592e8e709150eeea3568bec /src/gui/connectionFrame.h
parent[PVSMGRTOUCH] ProfileDialog close bug fixed (diff)
downloadpvs-7dd7a3b81df6cc66e1c67f24f3606ad007942502.tar.gz
pvs-7dd7a3b81df6cc66e1c67f24f3606ad007942502.tar.xz
pvs-7dd7a3b81df6cc66e1c67f24f3606ad007942502.zip
[PVSMGR] Selected clients become highlighted
Diffstat (limited to 'src/gui/connectionFrame.h')
-rw-r--r--src/gui/connectionFrame.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/connectionFrame.h b/src/gui/connectionFrame.h
index a199102..9e8bd7e 100644
--- a/src/gui/connectionFrame.h
+++ b/src/gui/connectionFrame.h
@@ -16,6 +16,9 @@ extern "C"
}
#define PROFILE
+#define STYLE_DEFAULT "QGroupBox{margin: 2px; border: 1px solid black; border-radius: 8px; padding: 2px; padding-top: 1.5em;}"
+#define STYLE_SELECTED "QGroupBox{margin: 2px; border: 1px solid red; border-radius: 8px; padding: 2px; padding-top: 1.5em;}"
+
#include <src/util/timeUtil.h>
/**
@@ -154,7 +157,7 @@ private:
//clickableLabel *frame;
QSplitter *_split;
QGridLayout* _gL;
- QLabel* _username;
+ QLabel* _ip;
QLabel* _status;
QLabel* _dozentContaimner;
QWidget* _conFrameTaskbar;