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. How to use QStyle::SH_ToolTip_WakeUpDelay to set tooltip wake-up time?
Forum Updated to NodeBB v4.3 + New Features

How to use QStyle::SH_ToolTip_WakeUpDelay to set tooltip wake-up time?

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.3k 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.
  • J Offline
    J Offline
    jaydenshui
    wrote on last edited by
    #1

    It seems QStyle::SH_ToolTip_WakeUpDelay can be used to set tooltip wake-up time. How to do it in c++ code? Thanks.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andreyc
      wrote on last edited by
      #2

      You can modify wake-up time through modifying an application style.

      The style can be changed "statically":http://qt-project.org/doc/qt-5/qstyle.html#creating-a-custom-style or "dynamically":http://qt-project.org/doc/qt-5/qproxystyle.html#details

      I think "QProxyStyle":http://qt-project.org/doc/qt-5/qproxystyle.html#details is a way that you are looking for.

      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