On 25 Nov 2013, at 10:17, Graham Labdon <graham.lab...@avalonsciences.com> 
wrote:

> Hi
> Is it possible to change the delay for the display of tooltips
> I have some widgets that I would like the display of the tool tip to be 
> quicker?
>  

Qt 5.2 adds a bunch of ways to control tooltips:

- QWidget::toolTipDuration
  
http://doc-snapshot.qt-project.org/qt5-release/qwidget.html#toolTipDuration-prop

- QStyle::SH_ToolTip_WakeUpDelay
- QStyle::SH_ToolTip_FallAsleepDelay
  http://doc-snapshot.qt-project.org/qt5-release/qstyle.html#StyleHint-enum

PS. If you’re wondering how to customize the style hints, take a look at 
QProxyStyle (http://doc-snapshot.qt-project.org/qt5-release/qproxystyle.html).

--
J-P Nurmi

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to