summaryrefslogtreecommitdiffstats
path: root/tests/baseline/stylesheet/qss/qtreeview/styledItem.qss
blob: 1da627881c3f5aac11bef59dc9903197e45dfc90 (plain)
1
2
3
4
5
6
7
QAbstractItemView::item
{
    background: grey;
}
QTreeWidget::indicator:checked {
    background: green
}