Qt 6.11 is out! See what's new in the release
blog
QT5.11.2 QML treeview select function do not alternates the row color?
-
@jimfar said in QT5.11.2 QML treeview select function do not alternates the row color?:
maybe it is a QT bug
unlikely, my guess is, the "alternate row color" is not bound to selceted property but rather to focus. You give focus to the tree item by clicking on it.