On Sat, May 21, 2011 at 8:04 AM, Stephen Kelly <[email protected]> wrote:
> Ok. For dynamic data, ListModel doesn't really cut it for those of us who > need C++ and QML intergation, so I'll be interested in what happens with > other models and features later. I would like to see research which doesn't Why not make current QML ListModel a C++ class with a fully defined C++ API, and use that? So far I have used http://wiki.forum.nokia.com/index.php/Using_QStandardItemModel_in_QML But it's clumsier than just making a proper ListModel would be. OTOH, QAIM is not something I would recommend to most people... _______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
