[Qt-qml] qml and real c++ application : QabstractItemModel ?
qt next
qtnext at gmail.com
Mon Dec 27 19:40:00 CET 2010
Hi,
I am trying to create a new application that use qml for interface (to
visualize and edit datas). I understand how to use qml with some simple
model (list, ...) : but in the real life, is it better to use one complex
QAbstractItemModel that acces all the data of my application (with complex
tree ...) or to have a lot of qabstractitemmodel simpler (list, ...), or to
not use at all qabstractItemModel ? is there any feedback from people that
use now QML in the true life (not a simple contact list ,...) ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt-qml/attachments/20101227/d08a7b57/attachment.html
More information about the Qt-qml
mailing list