Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.7.1
-
None
-
4600f2053802ad41550a84573bdcbe4b50fb5a67
Description
See
http://doc.qt.nokia.com/4.7-snapshot/qml-listmodel.html#setProperty-method
"Changes the property of the item at index in the list model to value.
fruitModel.set(3, "cost", 5.95) <---- should say setProperty
The index must be an element in the list.
See also append()."