* added a QFrame for the Background of the PushButtons in ChatWindow

* some updates for stylesheets

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@766 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-10-23 23:37:15 +00:00
parent f90988f743
commit b1f727d080
14 changed files with 437 additions and 326 deletions

View file

@ -133,9 +133,13 @@ border-image: url(qss/black/button_hover.png);
QPushButton:pressed
{
border-image: url(qss/black/button_pressed.png) ;
border-image: url(qss/black/button_pressedAndHover.png) ;
}
QPushButton:checked
{
border-image: url(qss/black/button_pressed.png) ;
}
QSplitter
{
@ -229,4 +233,9 @@ QFrame#messengerframetop{
border-image: url(qss/black/backgroundblack.png);
}
QFrame#Chatbuttonframe{
border-image: url(qss/black/backgroundblack.png);
}

View file

@ -65,4 +65,10 @@ QFrame#messengerframetop{
border-image: url(qss/blue/blue.png);
}
QFrame#Chatbuttonframe{
border-image: url(qss/blue/blue.png);
}

View file

@ -14,4 +14,10 @@ QFrame#messengerframetop{
border-image: url(qss/default/rsdefault.png);
}
QFrame#Chatbuttonframe{
border-image: url(qss/default/rsdefault.png);
}

View file

@ -122,3 +122,9 @@ QFrame#messengerframetop{
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F7B552, stop: 1 #FF5E07);*/
}
QFrame#Chatbuttonframe{
border-image: url(qss/orangesurfer/main.png);
}

View file

@ -42,4 +42,10 @@ QFrame#messengerframetop{
border-image: url(qss/qlive/qb.png);
}
QFrame#Chatbuttonframe{
border-image: url(qss/qlive/qb.png);
}

View file

@ -26,8 +26,8 @@ QToolButton::pressed {
}
QPushButton {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 red, stop: 1 darkred);
/* background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 red, stop: 1 darkred);*/
}
QPushButton#okButton {
@ -99,6 +99,10 @@ QStatusBar{
}
QToolTip{
background-color: #3E1716;
}
QMenu {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 red, stop: 1 darkred);
@ -139,4 +143,10 @@ QFrame#messengerframetop{
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F7B552, stop: 1 #FF5E07);*/
}
QFrame#Chatbuttonframe{
border-image: url(qss/red/red.png);
}

View file

@ -62,4 +62,10 @@ QFrame#messengerframetop{
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F7B552, stop: 1 #FF5E07);*/
}
}
QFrame#Chatbuttonframe{
border-image: url(qss/silver/silver.png);
}

View file

@ -100,6 +100,12 @@ QTreeView::item:selected { /* when user selects item using mouse or keyboard */
QFrame#messengerframetop{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #6F6F6F, stop:1 #979797);
}
QFrame#Chatbuttonframe{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #6F6F6F, stop:1 #979797);
}

View file

@ -33,4 +33,10 @@ QPushButton#applyButton {
QFrame#messengerframetop{
border-image: url(qss/skin2/background.png);
}
QFrame#Chatbuttonframe{
border-image: url(qss/skin2/background.png);
}

View file

@ -93,25 +93,24 @@ QPushButton#applyButton {
}
QPushButton {
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);
border: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #BDDF7D, stop: 1 #49881F);
stop: 0 #BDDF7D, stop: 1 #49881F);*/
}
QPushButton::hover {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F0F8CB, stop: 1 #F0F8CD);
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F0F8CB, stop: 1 #F0F8CD);*/
}
QPushButton::pressed {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F5FFBC, stop: 1 #609C08);
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F5FFBC, stop: 1 #609C08);*/
}
QLabel
{
color: white;
@ -152,8 +151,7 @@ QTreeView::item:selected { /* when user selects item using mouse or keyboard */
}
QToolTip{
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #376D85, stop: 0.4 #185772);
background-color: black;
}
QFrame#messengerframetop{
@ -162,4 +160,11 @@ QFrame#messengerframetop{
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F7B552, stop: 1 #FF5E07);*/
}
QFrame#Chatbuttonframe{
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #BDDF7D, stop: 1 #49881F);
}

View file

@ -37,4 +37,10 @@ QFrame#messengerframetop{
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F7B552, stop: 1 #FF5E07);*/
}
QFrame#Chatbuttonframe{
border-image: url(qss/wx/wx.png);
}

View file

@ -105,4 +105,10 @@ QFrame#messengerframetop{
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F7B552, stop: 1 #FF5E07);*/
}
QFrame#Chatbuttonframe{
border-image: url(qss/yaba/yaba.png);
}

View file

@ -104,4 +104,10 @@ QFrame#messengerframetop{
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F7B552, stop: 1 #FF5E07);*/
}
QFrame#Chatbuttonframe{
border-image: url(qss/yeah/yeah.png);
}