QGLView and QGridLayout
-
My application has a main window divided into 4 views using which are derived from QGLWidgets and that all works great. I'm currently experimenting with QGLView and noticed i can no longer add these to QGridLayout as QGLView is no longer a QWidget.
Does anyone know if there's a work around for this to allow me to use QGLViews inside a QGridLayout?
I'm using Qt5.1 with the latest master branch of Qt3D
Thanks.