Hello every body,
How can I display a "hint" when I move the mouse over a button, for example: "Click this button to open file".
Thank you very much
Hello every body,
How can I display a "hint" when I move the mouse over a button, for example: "Click this button to open file".
Thank you very much
What about
Qt Code:
QPushButton pushButton; pushbutton.setToolTip( "Click this button to open file" );To copy to clipboard, switch view to plain text mode
@gboelter: Thanks
Bookmarks