Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-18891

Application's QEvent::Tooltip show timeout should be customizable

    XMLWordPrintable

Details

    Description

      Right now the core tooltips initialization for the whole program is hardcoded (literally) within QApplication::notify().
      (700ms for initial show, 20 for reshow.)

      This is unfortunate. These should be properties much like drag dist.

      Also, if one wants diff intervals (for the whole app), he will have to define new QEvent::Type,
      because its impossible to even stop sending these default tooltip events! (Without eating all timer events, which is certainly not a good idea)

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            mnaydenov Mihail Naydenov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes