From 2845191cc2dd3ffdf85b04d9a4b214eecb630d53 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Date: Wed, 20 Jan 2010 11:53:13 +0100
Subject: [PATCH] QmlDesigner.PropertyEditor: styling of slider

---
 .../propertyeditor/Qt/propertyEditor.css         | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css
index b6cca92a07a..8312bd6a00e 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css
@@ -406,4 +406,20 @@ QMenu::separator {
 	 selection-background-color: #d2d2d2;
 	 selection-color: #404040;
  }
+ 
+ QSlider::groove:horizontal {
+     height: 8px;
+     border: 2px solid #0F0F0F;
+     border-radius: 6px;
+     background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
+                                       stop: 0 #2c2c2c, stop: 1 #333333);
+    margin: 5px 0;
+ }
+
+ QSlider::handle:horizontal {
+     border: 2px solid #1B1B1B;
+     border-image: url(:/qmldesigner/images/pushbutton.png) 3;
+     width: 6px;
+     margin: 0px 0;	 
+ }
 
-- 
GitLab