Function as part of a ListElement?
-
wrote on 24 Apr 2015, 11:52 last edited by
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!
1/1