Added gradient to time labels

This commit is contained in:
0xFEEDC0DE64
2017-12-03 22:55:22 +01:00
parent f2acae4471
commit 495c83ea18
2 changed files with 7 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>500</width> <width>500</width>
<height>45</height> <height>50</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@@ -30,6 +30,9 @@
<pointsize>15</pointsize> <pointsize>15</pointsize>
</font> </font>
</property> </property>
<property name="styleSheet">
<string notr="true">QLabel { background-color: qlineargradient( x1:0 y1:0, x2:0 y2:1, stop:0 #EEEEEE, stop:1 #BBBBBB); }</string>
</property>
<property name="frameShape"> <property name="frameShape">
<enum>QFrame::StyledPanel</enum> <enum>QFrame::StyledPanel</enum>
</property> </property>

View File

@@ -35,6 +35,9 @@
<pointsize>15</pointsize> <pointsize>15</pointsize>
</font> </font>
</property> </property>
<property name="styleSheet">
<string notr="true">QLabel { background-color: qlineargradient( x1:0 y1:0, x2:0 y2:1, stop:0 #EEEEEE, stop:1 #BBBBBB); }</string>
</property>
<property name="frameShape"> <property name="frameShape">
<enum>QFrame::StyledPanel</enum> <enum>QFrame::StyledPanel</enum>
</property> </property>