Managing QML List Models with C++
-
I have a number of list models that are feeding ListViews in my UI. What is the best method for managing these in C++? I want to be able to persist these values and then have something external to my QML UI layer change them.
-
Hello,
Have you seen this "document":http://doc.qt.nokia.com/4.7/qdeclarativemodels.html#c-data-models with respect to using C++ models and QML views?
-jk