On Sat, 1 May 2010, Harold Hausman wrote: > I'd like the layout to instead add the widget at the top of the > layout. Is there a way to set it up to do this? Essentially, instead Try this: layout->addWidget(solo); layout->addStretch(); -gabriel