PDA

View Full Version : OpenGl object into main window



awpitt13
18th May 2012, 23:02
Hello,

I am currently running a gui that has a button that when pressed opens an openGl object that displays a 3d model. I now want to fit this into my mainwindow. How would I go about taking this window, resizing it and permantly placing it into my mainwindow?

Thank you for any assistance in advance

Talei
18th May 2012, 23:07
On MainWindow create layout, position it and add into it Your OGLWidget.