Hi,
On 23/07/2010, at 6:19 AM, ext
[email protected]<mailto:[email protected]> wrote:
onClicked: { fruitModel.get(0).name = "bob";
console.log("ListElement.name<http://ListElement.name/>: " +
fruitModel.get(0).name) }
The elements created by the delegate do not update when the model data is
changed.
Is this a bug, or am I missing something?
The above is a bug; I've added
http://bugreports.qt.nokia.com/browse/QTBUG-12363. Until it's fixed, you can
use fruitModel.setProperty(0, "name", "bob") instead.
Regards,
Michael
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-qml