Dear all,

how would you do in Qml to display a list of heterogeneous objects from a
array in json provided dynamically?

[
{type: "image", src: "xxx", text: "aaa"},
{type: "text", text: "aaa"},
{type: "circle", text: "aaa"}
]

and I have 3 Qml object definition (or class? or do we call them?) that I
can use

What would be the best approach?

Best regards,
Sylvain
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to