Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.4, 5.0.0
-
None
Description
The example throws errors when running.
file:///C:/Users/sukkim/Examples/datamodel/datamodel.qml:26: TypeError: Result of expression 'ListView.view' [null] is not an object. file:///C:/Users/sukkim/Examples/datamodel/datamodel.qml:28: TypeError: Result of expression 'ListView.view' [null] is not an object.
The attached property ListView.view is addressed incorrectly.
Usage is wrong in the docs.
On the related note, examples/tutorials/gettingStarted/gsQml which is used as "Getting Started Programming with QML" throws erros, too.
All of them are related to accessing views and models from delegates.