update stylesheets

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3630 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-10-07 01:32:17 +00:00
parent 33301d10b9
commit c134b5f605
10 changed files with 44 additions and 4 deletions

View File

@ -5,11 +5,16 @@
/* Customize the toolbar. */
QToolBar {
QToolBar#toolBar {
border-image: url(qss/blue/blue.png);
}
QToolBar#toolBar_2 {
border-image: url(qss/blue/blue2.png);
}
QTabBar::tab {
border-image: url(qss/blue/tab1.png);
min-width: 8ex;

Binary file not shown.

After

Width:  |  Height:  |  Size: 971 B

View File

@ -4,10 +4,16 @@
}
/* Customize the toolbar. */
QToolBar {
QToolBar#toolBar {
border-image: url(qss/qlive/qb.png);
}
QToolBar#toolBar_2 {
border-image: url(qss/qlive/qb2.png);
}
QMenu {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #77AEF1, stop: 0.4 #86BBF7);

Binary file not shown.

After

Width:  |  Height:  |  Size: 923 B

View File

@ -4,10 +4,16 @@
/* Customize the toolbar. */
QToolBar {
QToolBar#toolBar {
border-image: url(qss/redscorpion/red.png);
}
QToolBar#toolBar_2 {
border-image: url(qss/redscorpion/red2.png);
}
/* it works only at the moment with vista Thema on XP*/

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -6,11 +6,34 @@
/* Customize the toolbar. */
QToolBar {
QToolBar#toolBar {
border-image: url(qss/yaba/yaba.png);
}
QToolBar#toolBar_2 {
border-image: url(qss/yaba/yaba2.png);
}
QFrame#frame_2{
border-image: url(qss/yaba/yaba3.png);
}
QFrame#buttonframe{
border-image: url(qss/yaba/yaba3.png);
}
QFrame#chheaderframe{
border-image: url(qss/yaba/yaba3.png);
}
QFrame#frame{
border-image: url(qss/yaba/yaba3.png);
}
QHeaderView::section {
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 621 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1022 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB