If i have C++ model where each item have another model inside. How can id
implement this?
For example:
Listview{
model: myCPPmodel
.............
............
delegate: Item{
.............
ListView{
model: myModelFromCPPmodel
....
{} } It is possible ?
_______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
