here,i want to use QAbstractListModel of c++/qt instead of ListModel of qml given in pathview.But i am unable to do.getting error like --unable to assign QObject* to QDeclarativeListModel*.
Thanks
sk
here,i want to use QAbstractListModel of c++/qt instead of ListModel of qml given in pathview.But i am unable to do.getting error like --unable to assign QObject* to QDeclarativeListModel*.
Thanks
sk
hello sk.panda
can you show how you are making your QDeclarativeListModel, there is a very basic example in Qt Quick Docs on how you can use the QAbstractItemModel's with QML i will advice you to check that first.