[Qt-interest] Bug with Qt Style Sheets?

Frank Lutz frank422542 at googlemail.com
Wed Oct 13 11:11:16 CEST 2010


On my TreeView i do take:

QTreeView::branch:has-children:!has-siblings:closed,
QTreeView::branch:closed:has-children:has-siblings {
	border-image: none;
	image: url(<Path>/image/branch-closed.png);
}

QTreeView::branch:open:has-children:!has-siblings,
QTreeView::branch:open:has-children:has-siblings  {
	border-image: none;
	image: url(<Path>/image/branch-open.png);
}

And replace <Path> with the full path. For more information
maybe you will find sonething in ther documentation. Else
sorry i couldn't help you.



More information about the Qt-interest-old mailing list