[qet] [3167] QTreeViewitem change text color to white |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 3167
Author: scorpio810
Date: 2014-06-22 19:54:58 +0200 (Sun, 22 Jun 2014)
Log Message:
-----------
QTreeViewitem change text color to white
Modified Paths:
--------------
trunk/sources/qetapp.cpp
Modified: trunk/sources/qetapp.cpp
===================================================================
--- trunk/sources/qetapp.cpp 2014-06-22 16:32:12 UTC (rev 3166)
+++ trunk/sources/qetapp.cpp 2014-06-22 17:54:58 UTC (rev 3167)
@@ -959,7 +959,8 @@
"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)); }"
"QTreeView{background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(43, 75, 116), stop:1 rgb(197, 245, 254)); }"
- "QTreeView::item{background-color: rgba(100, 100, 100, 150);}"
+ "QTreeView::item{background-color: rgba(100, 100, 100, 50);}"
+ "QTreeView::item:text{color: white;}"
"QTreeView::item:hover{background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #e7effd, stop: 1 #cbdaf1); }"
"QAbstractScrollArea#mdiarea {"