Qt 6.11 is out! See what's new in the release
blog
ListView: what does highlightFollowsCurrentItem do?
-
I am confused about the role of
highlightFollowsCurrentIteminListView. It does not appear to make any difference whether it is set. If I havefocusset to enable keboard navigation, the highlight follows that no matter what. If I implement setting of thecurrentIndexin aMouseAreain myListViewdelegate, the highlight follows the mouse selection whether or nothighlightFollowsCurrentItemis set.What is it that I am missing?