update stylesheets

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@912 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-01-05 01:17:06 +00:00
parent 071903fd48
commit 9a62557665
3 changed files with 43 additions and 2 deletions

View file

@ -97,15 +97,30 @@ QListWidget::item:selected { /* when user selects item using mouse or keyboard *
stop: 0 #F7B552, stop: 1 #FF5E07); stop: 0 #F7B552, stop: 1 #FF5E07);
} }
QTreeWidget { /* when user selects item using mouse or keyboard */
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F7B552, stop: 1 #FF5E07);
}
QTreeWidget::item:selected { /* when user selects item using mouse or keyboard */ QTreeWidget::item:selected { /* when user selects item using mouse or keyboard */
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F7B552, stop: 1 #FF5E07);*/
border-image: url(qss/gofast/border.png); border-image: url(qss/gofast/border.png);
} }
QTreeView { /* when user selects item using mouse or keyboard */
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F7B552, stop: 1 #FF5E07);
}
QTreeView::item:selected { /* when user selects item using mouse or keyboard */ QTreeView::item:selected { /* when user selects item using mouse or keyboard */
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, /*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,

View file

@ -24,6 +24,12 @@ QListWidget::item:selected { /* when user selects item using mouse or keyboard *
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F6F9FA, stop: 1 #C6D3E5); stop: 0 #F6F9FA, stop: 1 #C6D3E5);
} }
QTreeWidget {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #77AEF1, stop: 0.4 #86BBF7);
}
QTreeWidget::item:selected { /* when user selects item using mouse or keyboard */ QTreeWidget::item:selected { /* when user selects item using mouse or keyboard */
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,

View file

@ -137,12 +137,25 @@ QListWidget::item:selected { /* when user selects item using mouse or keyboard *
stop: 0 #BDDF7D, stop: 1 #49881F); stop: 0 #BDDF7D, stop: 1 #49881F);
} }
QTreeWidget {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #376D85, stop: 1 #185772);
}
QTreeWidget::item:selected { /* when user selects item using mouse or keyboard */ QTreeWidget::item:selected { /* when user selects item using mouse or keyboard */
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #BDDF7D, stop: 1 #49881F); stop: 0 #BDDF7D, stop: 1 #49881F);
} }
QTreeView {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #376D85, stop: 1 #185772);
}
QTreeView::item:selected { /* when user selects item using mouse or keyboard */ QTreeView::item:selected { /* when user selects item using mouse or keyboard */
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
@ -199,3 +212,10 @@ QLabel#fromText{
color: blue; color: blue;
} }
QStatusBar {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #BDDF7D, stop: 1 #49881F);
}