Greetings, I have some C++ QGraphics View code that I would like to move to 
QML.  The binding was trivial to make the Graphics Items into plugins, but 
where I get stuck is that I have a model that manages the lifetimes of the 
items.  I am confused as to has to expose this model to QML.  I can place my 
items on the canvas in the QML, and I can return the QObject pointers from the 
model.  What I cannot seem to do is place the QGraphicsView items onto the 
canvas from that point. Any hints?  Thanks!

_______________________________________________
Qt-qml mailing list
Qt-qml@qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt-qml

Reply via email to