QTreeView cosmetic change

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3163 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2014-06-22 15:27:59 +00:00
parent 088c7f85e6
commit 767d63101f

View File

@@ -958,6 +958,7 @@ void QETApp::useSystemPalette(bool use) {
"QTabBar::tab:!selected { background-color: transparent; }"
"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)); }"
"QAbstractScrollArea#mdiarea {"
" background-color -> setPalette(initial_palette_);"