mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 20:10:48 +08:00
11 lines
251 B
Plaintext
11 lines
251 B
Plaintext
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
|
|
}
|