Cosmetic: change gray mode by blue lineargradient

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3161 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2014-06-22 12:48:19 +00:00
parent 7ef5e3fa53
commit efa2854f40

View File

@@ -957,10 +957,9 @@ void QETApp::useSystemPalette(bool use) {
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;"