mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Added TreeView branch open/close hilighted icons
This commit is contained in:
parent
ce17ac4544
commit
8ecb842a25
BIN
rc/branch_closed-on.png
Normal file
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
BIN
rc/branch_open-on.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 150 B |
10
style.qss
10
style.qss
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user