summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authorChristian Klinger2016-06-01 13:00:00 +0200
committerChristian Klinger2016-06-01 13:00:00 +0200
commit1630ef0a7aec4869281257efc1735a555f581774 (patch)
treecaf3a87f74d148c391f85160f1efc0c2a9cae52a /gui
parentadded qStdOut() (use like qDebug()) (diff)
downloadpvs2-1630ef0a7aec4869281257efc1735a555f581774.tar.gz
pvs2-1630ef0a7aec4869281257efc1735a555f581774.tar.xz
pvs2-1630ef0a7aec4869281257efc1735a555f581774.zip
small UI improvement.
Diffstat (limited to 'gui')
-rw-r--r--gui/server_normal/mainwindow.ui27
1 files changed, 17 insertions, 10 deletions
diff --git a/gui/server_normal/mainwindow.ui b/gui/server_normal/mainwindow.ui
index 5b4b70b..18685b7 100644
--- a/gui/server_normal/mainwindow.ui
+++ b/gui/server_normal/mainwindow.ui
@@ -7,34 +7,41 @@
<x>0</x>
<y>0</y>
<width>846</width>
- <height>760</height>
+ <height>801</height>
</rect>
</property>
<property name="windowTitle">
<string>PVS2 Manager</string>
</property>
<property name="styleSheet">
- <string notr="true">QToolButton {
- border: 1px solid #555;
+ <string notr="true">QToolButton {
border-radius: 8px;
- padding: 2px;
+ padding: 4px;
margin: 5px;
-
+ border: 1px solid #777;
}
QToolButton:enabled {
-background-color: rgb(241, 241, 241)
+background-color: #f8f8f8;
+border: 1px solid #555;
}
QToolButton:enabled:hover {
- background-color: white;
- border-style: outset;
+ background: qradialgradient(cx: 0.4, cy: -0.1,
+fx: 0.4, fy: -0.1,
+radius: 1.35, stop: 0 #fff, stop: 1 #ddd);
+}
+
+QToolButton:enabled:checked,
+QToolButton:enabled:pressed {
+background: qradialgradient(cx: 0.4, cy: -0.1,
+fx: 0.4, fy: -0.1,
+radius: 1.35, stop: 0 #888, stop: 1 #aaa);
}
QLabel#examModeLabel {
width: 71px;
margin: 5px;
border-radius: 8px;
background-color: rgb(170, 170, 170);
-}
-</string>
+}</string>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QVBoxLayout" name="verticalLayout">