Which do you want to do?
- Set the current height and width (i.e. QWidget::resize()), or
- Set minimum allowable size (i.e QWidget::setMinimumSize() and friends).
Setting the minimum size does not change the current size of the widget unless it it already smaller than the minimum.
Bookmarks