Function as part of a ListElement?
QML and Qt Quick
1
Posts
1
Posters
451
Views
1
Watching
-
As per title.
I'm actually crating a QtObject dynamically (using Qt.createQmlObject) and append the created Object to a ListModel.
But the functions defined in the component are 'converted' to Objects in the ListElement.So, is there a way to have functions as part of a ListElement?
Is this even possible in QtQuick 1.1?Thanks!