Replying to self with a solution in case someone else comes across this
problem.
david_boddie on freenode's #pyqt channel helped me out.
A solution was to call
layout.setRowStretch(len(labels), 1)
... after adding the spacer.
Another solution was to nest the grid layout into a BoxLayout a
Would appreciate some help here.
I don't like how these stacked widgets take up all of this vertical space
when the window is resized.
I have tried setting a size policy to minimum on the stacked widgets but no
luck.
On Fri, Aug 23, 2013 at 4:02 PM, Eric Frederich wrote:
> Here is a small exampl