I was using QWizard and added some pages that contain widget of different sizes and it seems that QWizard will adjust itself as the the widget inside it grows bigger but won't shrink if the next widget is smaller than the previous one.
I want to have it tight fit on the QWizardPage size. Is there such a way to do it?
like using QLayout::setSizeConstraint(QLayout::SetFixedSize) kinda thing...
baray98
Bookmarks