* added new stylesheet

* fixed default stylesheet

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@765 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-10-23 21:56:29 +00:00
parent 7e1646513d
commit f90988f743
4 changed files with 45 additions and 32 deletions

View File

@ -10,38 +10,6 @@ QToolBar {
} }
QPushButton#okButton {
max-height: 25px
min-height: 25px;
min-width: 77px;
/*max-width: 77px;*/
}
QPushButton#cancelprefButton {
min-height: 25px;
min-width: 77px;
max-width: 77px;
}
QPushButton#applyButton {
min-height: 25px;
max-height: 25px;
min-width: 77px;
max-width: 77px;
}
QPushButton#cancelButton {
min-height: 25px;
max-height: 25px;
min-width: 77px;
max-width: 77px;
}
QFrame#messengerframetop{ QFrame#messengerframetop{
border-image: url(qss/default/rsdefault.png); border-image: url(qss/default/rsdefault.png);

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -0,0 +1,45 @@
.QWidget{
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #77AEF1, stop: 0.4 #86BBF7);
}
/* Customize the toolbar. */
QToolBar {
border-image: url(qss/qlive/qb.png);
}
QMenu {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #77AEF1, stop: 0.4 #86BBF7);
border: 1px solid black;
}
QMenu::item:selected { /* when user selects item using mouse or keyboard */
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F6F9FA, stop: 1 #C6D3E5);
}
QListWidget::item:selected { /* when user selects item using mouse or keyboard */
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F6F9FA, stop: 1 #C6D3E5);
}
QTreeWidget::item:selected { /* when user selects item using mouse or keyboard */
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F6F9FA, stop: 1 #C6D3E5);
}
QTreeView::item:selected { /* when user selects item using mouse or keyboard */
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F6F9FA, stop: 1 #C6D3E5);
}
QFrame#messengerframetop{
border-image: url(qss/qlive/qb.png);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1000 B