update stylesheets
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3630 b45a01b8-16f6-495d-af2f-9b41ad6348cc
@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
|
|
||||||
/* Customize the toolbar. */
|
/* Customize the toolbar. */
|
||||||
QToolBar {
|
QToolBar#toolBar {
|
||||||
border-image: url(qss/blue/blue.png);
|
border-image: url(qss/blue/blue.png);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QToolBar#toolBar_2 {
|
||||||
|
border-image: url(qss/blue/blue2.png);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
QTabBar::tab {
|
QTabBar::tab {
|
||||||
border-image: url(qss/blue/tab1.png);
|
border-image: url(qss/blue/tab1.png);
|
||||||
min-width: 8ex;
|
min-width: 8ex;
|
||||||
|
BIN
retroshare-gui/src/qss/blue/blue2.png
Normal file
After Width: | Height: | Size: 971 B |
@ -4,10 +4,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Customize the toolbar. */
|
/* Customize the toolbar. */
|
||||||
QToolBar {
|
QToolBar#toolBar {
|
||||||
border-image: url(qss/qlive/qb.png);
|
border-image: url(qss/qlive/qb.png);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QToolBar#toolBar_2 {
|
||||||
|
border-image: url(qss/qlive/qb2.png);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
QMenu {
|
QMenu {
|
||||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||||
stop: 0 #77AEF1, stop: 0.4 #86BBF7);
|
stop: 0 #77AEF1, stop: 0.4 #86BBF7);
|
||||||
|
BIN
retroshare-gui/src/qss/qlive/qb2.png
Normal file
After Width: | Height: | Size: 923 B |
@ -4,10 +4,16 @@
|
|||||||
|
|
||||||
|
|
||||||
/* Customize the toolbar. */
|
/* Customize the toolbar. */
|
||||||
QToolBar {
|
QToolBar#toolBar {
|
||||||
border-image: url(qss/redscorpion/red.png);
|
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*/
|
/* it works only at the moment with vista Thema on XP*/
|
||||||
|
BIN
retroshare-gui/src/qss/redscorpion/red2.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
@ -6,11 +6,34 @@
|
|||||||
|
|
||||||
|
|
||||||
/* Customize the toolbar. */
|
/* Customize the toolbar. */
|
||||||
QToolBar {
|
QToolBar#toolBar {
|
||||||
border-image: url(qss/yaba/yaba.png);
|
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 {
|
QHeaderView::section {
|
||||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||||
|
Before Width: | Height: | Size: 621 B After Width: | Height: | Size: 1.1 KiB |
BIN
retroshare-gui/src/qss/yaba/yaba2.png
Normal file
After Width: | Height: | Size: 1022 B |
BIN
retroshare-gui/src/qss/yaba/yaba3.png
Normal file
After Width: | Height: | Size: 1.0 KiB |