mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-05 01:25:39 -05:00
darkstyle fixes, some urls to images was wrong
This commit is contained in:
parent
74c7230b1b
commit
036f741beb
@ -216,7 +216,7 @@ QScrollBar::handle:horizontal
|
|||||||
|
|
||||||
QScrollBar::sub-line:horizontal
|
QScrollBar::sub-line:horizontal
|
||||||
{
|
{
|
||||||
border-image: url(qdarkstyle/right_arrow_disabled.png);
|
border-image: url(qss/qdarkstyle/right_arrow_disabled.png);
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
subcontrol-position: right;
|
subcontrol-position: right;
|
||||||
@ -225,7 +225,7 @@ QScrollBar::sub-line:horizontal
|
|||||||
|
|
||||||
QScrollBar::add-line:horizontal
|
QScrollBar::add-line:horizontal
|
||||||
{
|
{
|
||||||
border-image: url(qdarkstyle/left_arrow_disabled.png);
|
border-image: url(qss/qdarkstyle/left_arrow_disabled.png);
|
||||||
height: 10px;
|
height: 10px;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
subcontrol-position: left;
|
subcontrol-position: left;
|
||||||
@ -234,7 +234,7 @@ QScrollBar::add-line:horizontal
|
|||||||
|
|
||||||
QScrollBar::sub-line:horizontal:hover,QScrollBar::sub-line:horizontal:on
|
QScrollBar::sub-line:horizontal:hover,QScrollBar::sub-line:horizontal:on
|
||||||
{
|
{
|
||||||
border-image: url(qdarkstyle/right_arrow.png);
|
border-image: url(qss/qdarkstyle/right_arrow.png);
|
||||||
height: 10px;
|
height: 10px;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
subcontrol-position: right;
|
subcontrol-position: right;
|
||||||
@ -244,7 +244,7 @@ QScrollBar::sub-line:horizontal:hover,QScrollBar::sub-line:horizontal:on
|
|||||||
|
|
||||||
QScrollBar::add-line:horizontal:hover, QScrollBar::add-line:horizontal:on
|
QScrollBar::add-line:horizontal:hover, QScrollBar::add-line:horizontal:on
|
||||||
{
|
{
|
||||||
border-image: url(qdarkstyle/left_arrow.png);
|
border-image: url(qss/qdarkstyle/left_arrow.png);
|
||||||
height: 10px;
|
height: 10px;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
subcontrol-position: left;
|
subcontrol-position: left;
|
||||||
@ -282,7 +282,7 @@ QScrollBar::handle:vertical
|
|||||||
|
|
||||||
QScrollBar::sub-line:vertical
|
QScrollBar::sub-line:vertical
|
||||||
{
|
{
|
||||||
border-image: url(qdarkstyle/up_arrow_disabled.png);
|
border-image: url(qss/qdarkstyle/up_arrow_disabled.png);
|
||||||
height: 10px;
|
height: 10px;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
subcontrol-position: top;
|
subcontrol-position: top;
|
||||||
@ -292,7 +292,7 @@ QScrollBar::sub-line:vertical
|
|||||||
QScrollBar::add-line:vertical
|
QScrollBar::add-line:vertical
|
||||||
{
|
{
|
||||||
|
|
||||||
border-image: url(qdarkstyle/down_arrow_disabled.png);
|
border-image: url(qss/qdarkstyle/down_arrow_disabled.png);
|
||||||
height: 10px;
|
height: 10px;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
subcontrol-position: bottom;
|
subcontrol-position: bottom;
|
||||||
@ -302,7 +302,7 @@ QScrollBar::add-line:vertical
|
|||||||
QScrollBar::sub-line:vertical:hover,QScrollBar::sub-line:vertical:on
|
QScrollBar::sub-line:vertical:hover,QScrollBar::sub-line:vertical:on
|
||||||
{
|
{
|
||||||
|
|
||||||
border-image: url(qdarkstyle/up_arrow.png);
|
border-image: url(qss/qdarkstyle/up_arrow.png);
|
||||||
height: 10px;
|
height: 10px;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
subcontrol-position: top;
|
subcontrol-position: top;
|
||||||
@ -312,7 +312,7 @@ QScrollBar::sub-line:vertical:hover,QScrollBar::sub-line:vertical:on
|
|||||||
|
|
||||||
QScrollBar::add-line:vertical:hover, QScrollBar::add-line:vertical:on
|
QScrollBar::add-line:vertical:hover, QScrollBar::add-line:vertical:on
|
||||||
{
|
{
|
||||||
border-image: url(qdarkstyle/down_arrow.png);
|
border-image: url(qss/qdarkstyle/down_arrow.png);
|
||||||
height: 10px;
|
height: 10px;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
subcontrol-position: bottom;
|
subcontrol-position: bottom;
|
||||||
@ -359,7 +359,7 @@ QCheckBox:disabled
|
|||||||
}
|
}
|
||||||
|
|
||||||
QSizeGrip {
|
QSizeGrip {
|
||||||
image: url(qdarkstyle/sizegrip.png);
|
image: url(qss/qdarkstyle/sizegrip.png);
|
||||||
width: 12px;
|
width: 12px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
}
|
}
|
||||||
@ -483,16 +483,16 @@ QToolBar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QToolBar::handle:horizontal {
|
QToolBar::handle:horizontal {
|
||||||
image: url(qdarkstyle/Hmovetoolbar.png);
|
image: url(qss/qdarkstyle/Hmovetoolbar.png);
|
||||||
}
|
}
|
||||||
QToolBar::handle:vertical {
|
QToolBar::handle:vertical {
|
||||||
image: url(qdarkstyle/Vmovetoolbar.png);
|
image: url(qss/qdarkstyle/Vmovetoolbar.png);
|
||||||
}
|
}
|
||||||
QToolBar::separator:horizontal {
|
QToolBar::separator:horizontal {
|
||||||
image: url(qdarkstyle/Hsepartoolbar.png);
|
image: url(qss/qdarkstyle/Hsepartoolbar.png);
|
||||||
}
|
}
|
||||||
QToolBar::separator:vertical {
|
QToolBar::separator:vertical {
|
||||||
image: url(qdarkstyle/Vsepartoolbars.png);
|
image: url(qss/qdarkstyle/Vsepartoolbars.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
QPushButton
|
QPushButton
|
||||||
@ -574,13 +574,13 @@ QComboBox::drop-down
|
|||||||
|
|
||||||
QComboBox::down-arrow
|
QComboBox::down-arrow
|
||||||
{
|
{
|
||||||
image: url(qdarkstyle/down_arrow_disabled.png);
|
image: url(qss/qdarkstyle/down_arrow_disabled.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox::down-arrow:on, QComboBox::down-arrow:hover,
|
QComboBox::down-arrow:on, QComboBox::down-arrow:hover,
|
||||||
QComboBox::down-arrow:focus
|
QComboBox::down-arrow:focus
|
||||||
{
|
{
|
||||||
image: url(qdarkstyle/down_arrow.png);
|
image: url(qss/qdarkstyle/down_arrow.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
QPushButton:pressed
|
QPushButton:pressed
|
||||||
@ -614,31 +614,31 @@ QAbstractSpinBox:down-button
|
|||||||
}
|
}
|
||||||
|
|
||||||
QAbstractSpinBox::up-arrow,QAbstractSpinBox::up-arrow:disabled,QAbstractSpinBox::up-arrow:off {
|
QAbstractSpinBox::up-arrow,QAbstractSpinBox::up-arrow:disabled,QAbstractSpinBox::up-arrow:off {
|
||||||
image: url(qdarkstyle/up_arrow_disabled.png);
|
image: url(qss/qdarkstyle/up_arrow_disabled.png);
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
}
|
}
|
||||||
QAbstractSpinBox::up-arrow:hover
|
QAbstractSpinBox::up-arrow:hover
|
||||||
{
|
{
|
||||||
image: url(qdarkstyle/up_arrow.png);
|
image: url(qss/qdarkstyle/up_arrow.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QAbstractSpinBox::down-arrow,QAbstractSpinBox::down-arrow:disabled,QAbstractSpinBox::down-arrow:off
|
QAbstractSpinBox::down-arrow,QAbstractSpinBox::down-arrow:disabled,QAbstractSpinBox::down-arrow:off
|
||||||
{
|
{
|
||||||
image: url(qdarkstyle/down_arrow_disabled.png);
|
image: url(qss/qdarkstyle/down_arrow_disabled.png);
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
}
|
}
|
||||||
QAbstractSpinBox::down-arrow:hover
|
QAbstractSpinBox::down-arrow:hover
|
||||||
{
|
{
|
||||||
image: url(qdarkstyle/down_arrow.png);
|
image: url(qss/qdarkstyle/down_arrow.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QLabel
|
QLabel
|
||||||
{
|
{
|
||||||
border: 0px solid black;
|
background-color: transparent; /*fixes spyder #9120,#9121*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -658,7 +658,7 @@ QTabBar:focus
|
|||||||
}
|
}
|
||||||
|
|
||||||
QTabBar::close-button {
|
QTabBar::close-button {
|
||||||
image: url(qdarkstyle/close.png);
|
image: url(qss/qdarkstyle/close.png);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
icon-size: 10px;
|
icon-size: 10px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
@ -795,26 +795,26 @@ QTabBar::tab:right:selected
|
|||||||
}
|
}
|
||||||
|
|
||||||
QTabBar QToolButton::right-arrow:enabled {
|
QTabBar QToolButton::right-arrow:enabled {
|
||||||
image: url(qdarkstyle/right_arrow.png);
|
image: url(qss/qdarkstyle/right_arrow.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar QToolButton::left-arrow:enabled {
|
QTabBar QToolButton::left-arrow:enabled {
|
||||||
image: url(qdarkstyle/left_arrow.png);
|
image: url(qss/qdarkstyle/left_arrow.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar QToolButton::right-arrow:disabled {
|
QTabBar QToolButton::right-arrow:disabled {
|
||||||
image: url(qdarkstyle/right_arrow_disabled.png);
|
image: url(qss/qdarkstyle/right_arrow_disabled.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar QToolButton::left-arrow:disabled {
|
QTabBar QToolButton::left-arrow:disabled {
|
||||||
image: url(qdarkstyle/left_arrow_disabled.png);
|
image: url(qss/qdarkstyle/left_arrow_disabled.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QDockWidget {
|
QDockWidget {
|
||||||
border: 1px solid #403F3F;
|
border: 1px solid #403F3F;
|
||||||
titlebar-close-icon: url(qdarkstyle/close.png);
|
titlebar-close-icon: url(qss/qdarkstyle/close.png);
|
||||||
titlebar-normal-icon: url(qdarkstyle/undock.png);
|
titlebar-normal-icon: url(qss/qdarkstyle/undock.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
QDockWidget::close-button, QDockWidget::float-button {
|
QDockWidget::close-button, QDockWidget::float-button {
|
||||||
@ -869,39 +869,39 @@ NetworkDialog {
|
|||||||
|
|
||||||
QTreeView:branch:selected, QTreeView:branch:hover
|
QTreeView:branch:selected, QTreeView:branch:hover
|
||||||
{
|
{
|
||||||
background: url(qdarkstyle/transparent.png);
|
background: url(qss/qdarkstyle/transparent.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeView::branch:has-siblings:!adjoins-item {
|
QTreeView::branch:has-siblings:!adjoins-item {
|
||||||
border-image: url(qdarkstyle/transparent.png);
|
border-image: url(qss/qdarkstyle/transparent.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeView::branch:has-siblings:adjoins-item {
|
QTreeView::branch:has-siblings:adjoins-item {
|
||||||
border-image: url(qdarkstyle/transparent.png);
|
border-image: url(qss/qdarkstyle/transparent.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeView::branch:!has-children:!has-siblings:adjoins-item {
|
QTreeView::branch:!has-children:!has-siblings:adjoins-item {
|
||||||
border-image: url(qdarkstyle/transparent.png);
|
border-image: url(qss/qdarkstyle/transparent.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeView::branch:has-children:!has-siblings:closed,
|
QTreeView::branch:has-children:!has-siblings:closed,
|
||||||
QTreeView::branch:closed:has-children:has-siblings {
|
QTreeView::branch:closed:has-children:has-siblings {
|
||||||
image: url(qdarkstyle/branch_closed.png);
|
image: url(qss/qdarkstyle/branch_closed.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeView::branch:open:has-children:!has-siblings,
|
QTreeView::branch:open:has-children:!has-siblings,
|
||||||
QTreeView::branch:open:has-children:has-siblings {
|
QTreeView::branch:open:has-children:has-siblings {
|
||||||
image: url(qdarkstyle/branch_open.png);
|
image: url(qss/qdarkstyle/branch_open.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeView::branch:has-children:!has-siblings:closed:hover,
|
QTreeView::branch:has-children:!has-siblings:closed:hover,
|
||||||
QTreeView::branch:closed:has-children:has-siblings:hover {
|
QTreeView::branch:closed:has-children:has-siblings:hover {
|
||||||
image: url(qdarkstyle/branch_closed-on.png);
|
image: url(qss/qdarkstyle/branch_closed-on.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeView::branch:open:has-children:!has-siblings:hover,
|
QTreeView::branch:open:has-children:!has-siblings:hover,
|
||||||
QTreeView::branch:open:has-children:has-siblings:hover {
|
QTreeView::branch:open:has-children:has-siblings:hover {
|
||||||
image: url(qdarkstyle/branch_open-on.png);
|
image: url(qss/qdarkstyle/branch_open-on.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
QListView::item:!selected:hover, QTableView::item:!selected:hover, QTreeView::item:!selected:hover {
|
QListView::item:!selected:hover, QTableView::item:!selected:hover, QTreeView::item:!selected:hover {
|
||||||
@ -986,7 +986,7 @@ QToolButton::menu-button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QToolButton::menu-arrow {
|
QToolButton::menu-arrow {
|
||||||
image: url(qdarkstyle/down_arrow.png);
|
image: url(qss/qdarkstyle/down_arrow.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
QToolButton::menu-arrow:open {
|
QToolButton::menu-arrow:open {
|
||||||
@ -1068,11 +1068,11 @@ QHeaderView::section:checked
|
|||||||
|
|
||||||
/* style the sort indicator */
|
/* style the sort indicator */
|
||||||
QHeaderView::down-arrow {
|
QHeaderView::down-arrow {
|
||||||
image: url(qdarkstyle/down_arrow.png);
|
image: url(qss/qdarkstyle/down_arrow.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
QHeaderView::up-arrow {
|
QHeaderView::up-arrow {
|
||||||
image: url(qdarkstyle/up_arrow.png);
|
image: url(qss/qdarkstyle/up_arrow.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user