I have a dialog in which setting are displayed. Also there is an help button on right top of the dialog.

After pressing this button and selecting any control on the dialog no help hints were shown.
How can I add these hints?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is probably
QWidget::setWhatsThis. You use this with the control which you want to explain (i.e. the one which the user clicks on after having clicked the?button).