mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-03 06:24:39 -04:00
Added TreeView branch open/close hilighted icons
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 147 B |
Binary file not shown.
|
After Width: | Height: | Size: 150 B |
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user