Hi,

I think I've solved it. You need to add a QQuickWidget to a QWidget using 
something like: widget->layout()->addWidget(qwidget);

Then call widget->repaint(); periodically using a singal/slot or a handler

Thank you!

Cheers,
Roy

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=65673#65673





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to