[Interest] Unable to use QAbstractListModel with Pathview

2012-11-15 Thread HARISH BABU N
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

[Interest] Unable to use QAbstractListModel with Pathview

2012-10-25 Thread Satya Praveen Ganapathi
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.