QML Listview selected item highlight on click
It appears you need two solutions to your question: You want to be able to set the current item of the ListView when it’s clicked You want to be able to know when the current selection changes The Qt5 documentation says this about ListView mouse and touch handling: The views handle dragging and flicking of … Read more