Qt: add bright arrows for tree views
This commit is contained in:
@@ -340,3 +340,28 @@ QLabel#debugger_frame_pc {
|
|||||||
color: #000; /* Font Color: Black */
|
color: #000; /* Font Color: Black */
|
||||||
background-color: #00ff00; /* Green */
|
background-color: #00ff00; /* Green */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Tree view changes*/
|
||||||
|
QTreeView::branch:has-children:!has-siblings:closed,
|
||||||
|
QTreeView::branch:closed:has-children:has-siblings {
|
||||||
|
border-image: none;
|
||||||
|
image: url("GuiConfigs/list_arrow_white.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeView::branch:open:has-children:!has-siblings,
|
||||||
|
QTreeView::branch:open:has-children:has-siblings {
|
||||||
|
border-image: none;
|
||||||
|
image: url("GuiConfigs/list_arrow_down_white.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeView::branch:has-children:!has-siblings:closed:hover,
|
||||||
|
QTreeView::branch:closed:has-children:has-siblings:hover {
|
||||||
|
border-image: none;
|
||||||
|
image: url("GuiConfigs/list_arrow_blue.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeView::branch:open:has-children:!has-siblings:hover,
|
||||||
|
QTreeView::branch:open:has-children:has-siblings:hover {
|
||||||
|
border-image: none;
|
||||||
|
image: url("GuiConfigs/list_arrow_down_blue.png");
|
||||||
|
}
|
||||||
|
|||||||
@@ -637,3 +637,28 @@ QLabel#debugger_frame_pc {
|
|||||||
color: #000; /* Font Color: Black */
|
color: #000; /* Font Color: Black */
|
||||||
background-color: #00ff00; /* Green */
|
background-color: #00ff00; /* Green */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Tree view changes*/
|
||||||
|
QTreeView::branch:has-children:!has-siblings:closed,
|
||||||
|
QTreeView::branch:closed:has-children:has-siblings {
|
||||||
|
border-image: none;
|
||||||
|
image: url("GuiConfigs/list_arrow_white.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeView::branch:open:has-children:!has-siblings,
|
||||||
|
QTreeView::branch:open:has-children:has-siblings {
|
||||||
|
border-image: none;
|
||||||
|
image: url("GuiConfigs/list_arrow_down_white.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeView::branch:has-children:!has-siblings:closed:hover,
|
||||||
|
QTreeView::branch:closed:has-children:has-siblings:hover {
|
||||||
|
border-image: none;
|
||||||
|
image: url("GuiConfigs/list_arrow_green.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeView::branch:open:has-children:!has-siblings:hover,
|
||||||
|
QTreeView::branch:open:has-children:has-siblings:hover {
|
||||||
|
border-image: none;
|
||||||
|
image: url("GuiConfigs/list_arrow_down_green.png");
|
||||||
|
}
|
||||||
|
|||||||
@@ -343,3 +343,28 @@ QTextEdit#tty_frame {
|
|||||||
QLabel#tty_text {
|
QLabel#tty_text {
|
||||||
color: #ffffff; /* White */
|
color: #ffffff; /* White */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Tree view changes*/
|
||||||
|
QTreeView::branch:has-children:!has-siblings:closed,
|
||||||
|
QTreeView::branch:closed:has-children:has-siblings {
|
||||||
|
border-image: none;
|
||||||
|
image: url("GuiConfigs/list_arrow_white.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeView::branch:open:has-children:!has-siblings,
|
||||||
|
QTreeView::branch:open:has-children:has-siblings {
|
||||||
|
border-image: none;
|
||||||
|
image: url("GuiConfigs/list_arrow_down_white.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeView::branch:has-children:!has-siblings:closed:hover,
|
||||||
|
QTreeView::branch:closed:has-children:has-siblings:hover {
|
||||||
|
border-image: none;
|
||||||
|
image: url("GuiConfigs/list_arrow_blue.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeView::branch:open:has-children:!has-siblings:hover,
|
||||||
|
QTreeView::branch:open:has-children:has-siblings:hover {
|
||||||
|
border-image: none;
|
||||||
|
image: url("GuiConfigs/list_arrow_down_blue.png");
|
||||||
|
}
|
||||||
|
|||||||
@@ -337,3 +337,28 @@ QLabel#debugger_frame_pc {
|
|||||||
color: #000; /* Font Color: Black */
|
color: #000; /* Font Color: Black */
|
||||||
background-color: #333b44; /* Green */
|
background-color: #333b44; /* Green */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Tree view changes*/
|
||||||
|
QTreeView::branch:has-children:!has-siblings:closed,
|
||||||
|
QTreeView::branch:closed:has-children:has-siblings {
|
||||||
|
border-image: none;
|
||||||
|
image: url("GuiConfigs/list_arrow_white.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeView::branch:open:has-children:!has-siblings,
|
||||||
|
QTreeView::branch:open:has-children:has-siblings {
|
||||||
|
border-image: none;
|
||||||
|
image: url("GuiConfigs/list_arrow_down_white.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeView::branch:has-children:!has-siblings:closed:hover,
|
||||||
|
QTreeView::branch:closed:has-children:has-siblings:hover {
|
||||||
|
border-image: none;
|
||||||
|
image: url("GuiConfigs/list_arrow_blue.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeView::branch:open:has-children:!has-siblings:hover,
|
||||||
|
QTreeView::branch:open:has-children:has-siblings:hover {
|
||||||
|
border-image: none;
|
||||||
|
image: url("GuiConfigs/list_arrow_down_blue.png");
|
||||||
|
}
|
||||||
|
|||||||
@@ -659,3 +659,28 @@ QLabel#debugger_frame_pc {
|
|||||||
color: #000; /* Font Color: Black */
|
color: #000; /* Font Color: Black */
|
||||||
background-color: #00ff00; /* Green */
|
background-color: #00ff00; /* Green */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Tree view changes*/
|
||||||
|
QTreeView::branch:has-children:!has-siblings:closed,
|
||||||
|
QTreeView::branch:closed:has-children:has-siblings {
|
||||||
|
border-image: none;
|
||||||
|
image: url("GuiConfigs/list_arrow_white.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeView::branch:open:has-children:!has-siblings,
|
||||||
|
QTreeView::branch:open:has-children:has-siblings {
|
||||||
|
border-image: none;
|
||||||
|
image: url("GuiConfigs/list_arrow_down_white.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeView::branch:has-children:!has-siblings:closed:hover,
|
||||||
|
QTreeView::branch:closed:has-children:has-siblings:hover {
|
||||||
|
border-image: none;
|
||||||
|
image: url("GuiConfigs/list_arrow_blue.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeView::branch:open:has-children:!has-siblings:hover,
|
||||||
|
QTreeView::branch:open:has-children:has-siblings:hover {
|
||||||
|
border-image: none;
|
||||||
|
image: url("GuiConfigs/list_arrow_down_blue.png");
|
||||||
|
}
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
Reference in New Issue
Block a user