Added TreeView branch open/close hilighted icons

This commit is contained in:
Colin Duquesnoy 2012-11-07 13:15:41 +01:00
parent ce17ac4544
commit 8ecb842a25
3 changed files with 10 additions and 0 deletions

BIN
rc/branch_closed-on.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 B

BIN
rc/branch_open-on.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 B

View File

@ -695,6 +695,16 @@ QTreeView::branch:open:has-children:has-siblings {
image: url(%(location)s/QDarkStyleSheet/rc/branch_open.png);
}
QTreeView::branch:has-children:!has-siblings:closed:hover,
QTreeView::branch:closed:has-children:has-siblings:hover {
image: url(%(location)s/QDarkStyleSheet/rc/branch_closed-on.png);
}
QTreeView::branch:open:has-children:!has-siblings:hover,
QTreeView::branch:open:has-children:has-siblings:hover {
image: url(%(location)s/QDarkStyleSheet/rc/branch_open-on.png);
}
QSlider::groove:horizontal {
border: 1px solid #3A3939;
height: 8px;