well I'm trying to use svgs for the QTreeView widget. I'm doing this with a simple stylesheet and was wondering if it is supported after i found nothing on the internet.
QTreeView::branch:open:has-children:!has-siblings,
QTreeView::branch:open:has-children:has-siblings {
border-image: none;
image: url(C:/..../folder.svg);
width: 19px;
height: 16px;
margin: 2px 0px 2px 4px;
}
Problem is the svg is not showing.
Edit:
Heres the svg: https://drive.google.com/file/d/0B9JmnAJW15XqcTc0TS1HNk80N0E/view?usp=sharing