I am having some trouble making a new QT widget fill all the available space.
I want to add a widget (a QGLWidget) to the verticle layout (mVisual) and hav
mVisual
if you put your widget in a Layout, widget fill all available space in their parent area, and if you want to fill without margins, set Layout margins to 0.
0