displaying help text after clicking the pushbutton and lineedit
I have a pushbutton and a lineedit , and what i want is , when i click that pushbutton or lineedit a help text(the purpose of that component) shall be shown besides the respective component.
Please give reply soon , i need it urgently ..
Thankx in advance ..
1 reply
You should connect appropriate signals from QPushButton [qt-project.org] and QLineEdit [qt-project.org] to a slot which shows a custom help widget. Check this example at Qt Dev Net Wiki about QPushButton [qt-project.org]
You must log in to post a reply. Not a member yet? Register here!


