Details
-
Suggestion
-
Resolution: Out of scope
-
Not Evaluated
-
4.4.1
-
None
Description
Sometimes the position of the arrows in QTreeWidgets is not suitable, due to the size of the images used instead of the arrows, or for other aesthetic reasons.
It would be nice if stylesheet code like this was supported:
setStyleSheet(
"QTreeWidget
"
"QTreeView::branch:open:
"
"QTreeView::branch:closed:
"
);