-added new qss stylesheet

-fix red qss stylesheet

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@749 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-10-16 17:41:38 +00:00
parent ee6323a966
commit d403806b09
6 changed files with 122 additions and 8 deletions

View File

@ -10,7 +10,10 @@ QToolBar {
}
QPushButton {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 red, stop: 1 darkred);
}
QPushButton#okButton {
min-height: 27px;
@ -38,11 +41,11 @@ QPushButton#applyButton {
QLabel
{
color: #E84427;
color: white;
}
QToolButton {
color: yellow;
color: white;
}
QTabWidget::tab-bar {
@ -74,4 +77,10 @@ QToolButton {
QTabBar::tab:!selected {
margin-top: 2px; /* make non-selected tabs look smaller */
}
}
QStatusBar{
border-image: url(qss/red/red.png);
}

View File

@ -0,0 +1,48 @@
.QWidget {
background-color: black;
}
/* Customize the toolbar. */
QToolBar {
border-image: url(qss/uus/uus.png);
}
QPushButton#okButton {
min-height: 27px;
min-width: 77px;
}
QPushButton#cancelprefButton {
min-height: 27px;
min-width: 77px;
}
QPushButton#cancelButton {
min-height: 25px;
max-height: 25px;
min-width: 75px;
}
QPushButton#applyButton {
min-height: 25px;
max-height: 25px;
min-width: 75px;
}
QLabel
{
color: white;
}
QStatusBar{
border-image: url(qss/uus/uus.png);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -10,7 +10,10 @@ QToolBar {
}
QPushButton {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 red, stop: 1 darkred);
}
QPushButton#okButton {
min-height: 27px;
@ -38,11 +41,11 @@ QPushButton#applyButton {
QLabel
{
color: #E84427;
color: white;
}
QToolButton {
color: yellow;
color: white;
}
QTabWidget::tab-bar {
@ -74,4 +77,10 @@ QToolButton {
QTabBar::tab:!selected {
margin-top: 2px; /* make non-selected tabs look smaller */
}
}
QStatusBar{
border-image: url(qss/red/red.png);
}

View File

@ -0,0 +1,48 @@
.QWidget {
background-color: black;
}
/* Customize the toolbar. */
QToolBar {
border-image: url(qss/uus/uus.png);
}
QPushButton#okButton {
min-height: 27px;
min-width: 77px;
}
QPushButton#cancelprefButton {
min-height: 27px;
min-width: 77px;
}
QPushButton#cancelButton {
min-height: 25px;
max-height: 25px;
min-width: 75px;
}
QPushButton#applyButton {
min-height: 25px;
max-height: 25px;
min-width: 75px;
}
QLabel
{
color: white;
}
QStatusBar{
border-image: url(qss/uus/uus.png);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB