[osg-users] [3rdparty] Qt Form integration

Alistair Baxter alistair at mve.com
Tue Apr 14 09:08:40 PDT 2015


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.


More information about the osg-users mailing list