Hi,
I want to send a dynamic list form Qt to QML.
I'm using QAbstractListModel and creating a model and sending the
content to QML view Using QQuickView. This works fine if I use ListView.
But, I wana replace ListView with PathView. Does anyone know how to do
this.
Thanks for the help
Hi,
I'm using QAbstaractListModel to show dynamic content in ListView (QML).
I'm passing list from Qt to QML View using QQuickView.This works fine.
If I'm using same code to show contents in a Pathview (if I'm changing
listview in QML to PathView) then the programs exits with error code.