HI and welcome to the devnet,
QWidget::minimumSizeHint
is used when you use the widget inside a layout, QWidget::minimumSize
is more generic (for example a resizable widget without layout).
You have to choose the one to use depending to what you need.