[solved] How does one use a model in C++ with the Qt Quick view?
-
Hello,
I have a Qt app. I want to move the UI to Qt Quick. My code uses "QAbstractItemModel":http://doc.qt.nokia.com/latest/qabstractitemmodel.html. I want to reuse the models. Is there an example which shows how to use a model in C++ with the Qt Quick view?
-jk
-
You can find it "here":http://doc.qt.nokia.com/4.7/qdeclarativemodels.html#c-data-models
-
Don't forget to mark your thread as solved