-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
5.1.0
-
None
-
OSX 10.8, Retina Macbook Pro 17", Xcode 4.6
When I embed a subclass of QGLView in a widget by doing the following:
QWidget *container = this->createWindowContainer(view, this);
this->layout()->addWidget(container);
The Qt3D scene does not fill the entire parent widget but is clipped to the bottom left corner of the widget