From 495c83ea180713b4c442fc8650a1685dadbd8d3a Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 <0xFEEDC0DE64@gmail.com> Date: Sun, 3 Dec 2017 22:55:22 +0100 Subject: [PATCH] Added gradient to time labels --- strips/buchungstrip.ui | 5 ++++- strips/kontierungstrip.ui | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/strips/buchungstrip.ui b/strips/buchungstrip.ui index c2bcdf5..96da4bc 100644 --- a/strips/buchungstrip.ui +++ b/strips/buchungstrip.ui @@ -7,7 +7,7 @@ 0 0 500 - 45 + 50 @@ -30,6 +30,9 @@ 15 + + QLabel { background-color: qlineargradient( x1:0 y1:0, x2:0 y2:1, stop:0 #EEEEEE, stop:1 #BBBBBB); } + QFrame::StyledPanel diff --git a/strips/kontierungstrip.ui b/strips/kontierungstrip.ui index 1da7ce0..b6e836c 100644 --- a/strips/kontierungstrip.ui +++ b/strips/kontierungstrip.ui @@ -35,6 +35,9 @@ 15 + + QLabel { background-color: qlineargradient( x1:0 y1:0, x2:0 y2:1, stop:0 #EEEEEE, stop:1 #BBBBBB); } + QFrame::StyledPanel