osgQt doesn't have a Qt Designer plugin for its GLWidget-derived class, so you can't plug it into your edited layouts directly.
You could probably try to create your own one, using the guidelines here: http://doc.qt.io/qt-4.8/designer-creating-custom-widgets.html But a far easier option is just to leave a blank widget in the space where you want your osgQt widget to go and add it as a child after you've loaded your form in code. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

