Which do you want to do?
  1. Set the current height and width (i.e. QWidget::resize()), or
  2. 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.