Hi!
Is there a way to add QML Objects (QML text, QML Image..) during runtime in the QML Flickable Element ?I am trying to create a simple to-do list.
Hi!
Is there a way to add QML Objects (QML text, QML Image..) during runtime in the QML Flickable Element ?I am trying to create a simple to-do list.
Please note that QML questions should be posted under QtQuick, I moved this this time. Anyway for the answer, have you already checked: http://doc.qt.nokia.com/4.7-snapshot...icobjects.html
Hello ronie.amata,
you can add data to the model in runtime and than same will be reflected to your component.
For example you have a listview just add data to the model of the listview the moment you want to increase items in your to do list.