Hi All,
I have wrote a simple horizontal qml list view and I have created two instances of the component side by side. I want to be able to interact with each listview at the same time. it seems list views don’t allow for multi touch. As soon as I touch one list, it steals the focus from anything else. This is also true for pathviews.
Does anyone know if there is anyway to enable multi touch for qml view objects or will I have to write my own if I want multitouch functionalitys.
↧