Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Displaying help text after clicking the pushbutton and lineedit

Displaying help text after clicking the pushbutton and lineedit

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.4k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    BibekKumar
    wrote on last edited by
    #1

    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 Last reply
    0
    • L Offline
      L Offline
      leon.anavi
      wrote on last edited by
      #2

      You should connect appropriate signals from "QPushButton":http://qt-project.org/doc/qt-4.8/QPushButton.html and "QLineEdit":http://qt-project.org/doc/qt-4.8/qlineedit.html to a slot which shows a custom help widget. Check this example at Qt Dev Net Wiki about "QPushButton":http://qt-project.org/wiki/How_to_Use_QPushButton

      http://anavi.org/

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved