Styles/Pure_Technology_Dark.qss

changeset 0
de9c2efb9d02
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Styles/Pure_Technology_Dark.qss	Mon Dec 28 16:03:33 2009 +0000
@@ -0,0 +1,16 @@
+QProgressBar:horizontal {
+    border: 1px solid gray;
+    border-radius: 3px;
+    background: white;
+    padding: 1px;
+    text-align: center;
+}
+QProgressBar::chunk:horizontal {
+    background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, 
+        stop: 0 #c8ff67, stop: 1 #ace44a);
+}
+
+* { 
+    selection-background-color: #BCF952;
+    selection-color: #000000;
+}

eric ide

mercurial