Commit b3ec6801 authored by Andrey Cherepanov's avatar Andrey Cherepanov

Set Clearlook-like style for progressbar

parent ff33ceb4
...@@ -36,3 +36,14 @@ QToolTip { ...@@ -36,3 +36,14 @@ QToolTip {
opacity: 200; opacity: 200;
} }
QProgressBar {
background: white;
border: 1px solid #B8B2AD;
}
QProgressBar::chunk {
background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #648fb6,
stop: 1 #6f9fca) url(:/design/progress-cleanlooks.png);
border: 1px solid #46647f;
}
...@@ -5,5 +5,6 @@ ...@@ -5,5 +5,6 @@
<file>design/design.ini</file> <file>design/design.ini</file>
<file>design/forward.png</file> <file>design/forward.png</file>
<file>design/backward.png</file> <file>design/backward.png</file>
<file>design/progress-cleanlooks.png</file>
</qresource> </qresource>
</RCC> </RCC>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment