[qet] [3161] Cosmetic: change gray mode by blue lineargradient

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 3161
Author:   scorpio810
Date:     2014-06-22 14:48:19 +0200 (Sun, 22 Jun 2014)
Log Message:
-----------
Cosmetic: change gray mode by blue lineargradient

Modified Paths:
--------------
    trunk/sources/qetapp.cpp

Modified: trunk/sources/qetapp.cpp
===================================================================
--- trunk/sources/qetapp.cpp	2014-06-21 12:17:00 UTC (rev 3160)
+++ trunk/sources/qetapp.cpp	2014-06-22 12:48:19 UTC (rev 3161)
@@ -957,10 +957,9 @@
 		setPalette(style() -> standardPalette());
 		setStyleSheet(
 					"QTabBar::tab:!selected { background-color: transparent; }"
-					"QMainWindow{ background-color: #666666; color: #cccccc; }"
-					"QListView{ background-color: #333333;color: #cccccc; }"
+					"QMainWindow{ background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(43, 75, 116), stop:1 rgb(197, 245, 254)); }"
+					"QListView{ background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(43, 75, 116), stop:1 rgb(130, 160, 210)); }"
 					"QAbstractScrollArea#mdiarea {"
-
 			"	background-color -> setPalette(initial_palette_);"
 			"	background-image: url(':/ico/mdiarea_bg.png');"
 			"	background-repeat: no-repeat;"


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/