You can make the label a child of the QWidget, and then set its position by QWidget::move.
Dont set the label in a layout.
You can make the label a child of the QWidget, and then set its position by QWidget::move.
Dont set the label in a layout.
Or check the QToolTip class... it is best suited for such small info.
Bookmarks