QML List Model
QML and Qt Quick
2
Posts
2
Posters
875
Views
1
Watching
-
Hi,
i have taken one list modelListModel { id: model1 ListElement { title: "one" } ListElement { title: "two" } ListElement { title: "three" } }
i want to change this model from C++. How can I change ? can anyone hepl please.
Thank You,
Mahesh Babu
maheshbabu.tanuku@gmail.com