qt6windows7/tests/baseline/stylesheet/qss/qtreeview/styledSelection.qss

11 lines
251 B
Plaintext
Raw Normal View History

2023-10-30 06:33:08 +08:00
QTreeView {
alternate-background-color: yellow;
show-decoration-selected: 1;
}
QTreeView::item:selected:active {
background: qlineargradient(x1:0, y1:0 x2: 0, y2: 1, stop: 0 #fea1f1 stop: 1 #567dbc)
}
QTreeView::branch {
border: 2px
}