I have a QMainWindow with a QGridLayout on it, where the first row is toolbars (across all columns) and the second row has a text display area on the left (first column) and a QGLWidget on the right (second column). [Additional note...not sure if relevant: To get everything lined up the way I wanted, I had to use setMinimumSize on most of these.]
Anyway, when I maximize or otherwise try to make the main window larger, the QGLWidget becomes a tiny bit wider but does NOT grow vertically. How can I force it to grow with the window as it should? Is this probably linked to the widget itself, or the grid layout?