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. ToolButton: How to display name of Button once cursor is on button
Forum Updated to NodeBB v4.3 + New Features

ToolButton: How to display name of Button once cursor is on button

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 693 Views 1 Watching
  • 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.
  • S Offline
    S Offline
    ShrikantAmbade
    wrote on last edited by
    #1

    Hello,

    I want o display name of button once mouse cursor is on the button ..
    Many Thanks in advance

    1 Reply Last reply
    0
    • G Offline
      G Offline
      Gruzzyh2
      wrote on last edited by
      #2

      Hey,

      If you use an object that inherits from QWidgetAction, I think you can use this : http://doc.qt.io/qt-5/qaction.html#hover
      and then try to put your info bubble. Perhaps is there something better and already ready to do this.

      Which button do you use QPushButton ?

      Gruz

      S 1 Reply Last reply
      0
      • G Gruzzyh2

        Hey,

        If you use an object that inherits from QWidgetAction, I think you can use this : http://doc.qt.io/qt-5/qaction.html#hover
        and then try to put your info bubble. Perhaps is there something better and already ready to do this.

        Which button do you use QPushButton ?

        Gruz

        S Offline
        S Offline
        ShrikantAmbade
        wrote on last edited by
        #3

        @Gruzzyh2 , Thanks,

        I used ToolButton on tool Bar and there I want to do this

        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