Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
Description
Here's an idea:
Item { property list<string> strings: ["a", "b", "c"] GenericItemModel on strings { id: genericModel } ListView { model: genericModel [...] } }
If we can generalize something like that for all kinds of containers in QML we'll finally have a nice replacement for ListModel.