Results 1 to 2 of 2

Thread: Tool Tip Visibility Timing

  1. #1
    Join Date
    Mar 2011
    Posts
    25
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Tool Tip Visibility Timing

    Hi,

    Is it possible and/or easy to control how quickly tool tips appear, and how long they stay visible? I don't see anything in the QToolTip class, and I'm guessing that's what Qt uses throughout.

    If tool tips can be configured to stay visible for only a short period, the related question is whether or not it's possible to specify a different timeout if the user quickly moved away from the object and then came back?

    I personally think this is overkill, but a project manager came by with these questions, and I'm just trying to answer them.

    Thank you,
    Doug

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Tool Tip Visibility Timing

    Check if there is anything in QStyle API for that. If not, you can probably try to handle tooltips yourself by processing help events. I'm not sure if you can adjust time the tooltip is shown though. I'd guess it was handled by the operating system.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Timing in QProcess output
    By homerun4711 in forum Newbie
    Replies: 0
    Last Post: 20th December 2010, 18:37
  2. Timing for games. Is there anything like SDL_GetTicks
    By ricardo in forum Qt Programming
    Replies: 1
    Last Post: 8th August 2009, 10:24
  3. Grouping of Tool buttons in Tool bar
    By febil in forum Qt Programming
    Replies: 1
    Last Post: 24th March 2009, 11:51
  4. Timing out a QFtp ConnectToHost
    By skp in forum Qt Programming
    Replies: 10
    Last Post: 27th April 2008, 13:10
  5. Timer not timing out?
    By Mariane in forum Newbie
    Replies: 5
    Last Post: 2nd March 2006, 21:30

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.