Is it possible to easily change color of dotted focus rectangle for items (rows consisting of multiple QStandardItems) in QTreeView ?
In stylesheet QTreeView::item:focus does not work
and I can’t reimplement paint function in custom QItemDelegate since it overrides my stylesheet settings.
Thanks in advance
QTreeView::item:selectedworks for me: