Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
4k views

QML ListModel append broken for object containing an array?

ListModel produces unexpected and pretty much broken results when trying to insert a JS object which contains an array: property ListModel model : ListModel {} Component.onCompleted: { var a = [1, ...
dtech's user avatar
  • 49.2k