Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Classes principales  ·  Annotées  ·  Classes groupées  ·  Modules  ·  Fonctions  · 

QToolTip Class Reference
[QtGui module]

The QToolTip class provides tooltips (balloon help) for any widget. More...

 #include <QToolTip>

Static Public Members

  • QFont font ()
  • void hideText ()
  • QPalette palette ()
  • void setFont ( const QFont & font )
  • void setPalette ( const QPalette & palette )
  • void showText ( const QPoint & pos, const QString & text, QWidget * w, const QRect & rect )
  • void showText ( const QPoint & pos, const QString & text, QWidget * w = 0 )

Detailed Description

The QToolTip class provides tooltips (balloon help) for any widget.

The tip is a short piece of text reminding the user of the widget's function. It is drawn immediately below the given position in a distinctive black-on-yellow color combination. The tip can be any rich text formatted string.

Rich text formatted tips implictely do word breaking, unless specified differently with <p style='white-space:pre'>.

The simplest and most common way to set a widget's tooltip is by calling its QWidget::setToolTip() function.

It is also possible to show different tooltips for different regions of a widget, by using a QHelpEvent of type QEvent::ToolTip. Intercept the help event in your widget's event() function and call QToolTip::showText() with the text you want to display. The Tooltips example illustrates this technique.

Note that if you want to show tooltips in an item view, the model/view architecture provides functionality to set an item's tootip, e.g., the QTableWidgetItem::setToolTip() function. But if you want to provide custom tooltips in an item view you must intercept the help event in the QAbstractItemView::viewportEvent() function instead.

The default tooltip color and font can be customized with setPalette() and setFont().

See also QWidget::toolTip, QAction::toolTip, and Tooltips Example.


Member Function Documentation

QFont QToolTip::font ()   [static]

Returns the font used to render tooltips.

This function was introduced in Qt 4.2.

See also setFont().

void QToolTip::hideText ()   [static]

Hides the tool tip. This is the same as calling showText() with an empty string.

This function was introduced in Qt 4.2.

See also showText().

QPalette QToolTip::palette ()   [static]

Returns the palette used to render tooltips.

See also setPalette().

void QToolTip::setFont ( const QFont & font )   [static]

Sets the font used to render tooltips.

This function was introduced in Qt 4.2.

See also font().

void QToolTip::setPalette ( const QPalette & palette )   [static]

Sets the palette used to render tooltips.

This function was introduced in Qt 4.2.

See also palette().

void QToolTip::showText ( const QPoint & pos, const QString & text, QWidget * w, const QRect & rect )   [static]

Shows text as a tool tip, at global position pos. If you specify a non-empty rect the tip will be hidden as soon as you move your cursor out of this area.

The rect is in the coordinates of the widget you specify with w. If the rect is not empty you must specify a widget. Otherwise this argument can be 0 but it is used to determine the appropriate screen on multi-head systems.

If text is empty the tool tip is hidden. If the text is the same as the currently shown tooltip, the tip will not move. You can force moving by first hiding the tip with an empty text, and then showing the new tip at the new position.

void QToolTip::showText ( const QPoint & pos, const QString & text, QWidget * w = 0 )   [static]

This is an overloaded member function, provided for convenience.

This is analogous to calling QToolTip::showText(pos, text, w, QRect())


Member Function Documentation

void QToolTip::add ( QWidget * widget, const QString & text )   [static]

Use QWidget::setToolTip() instead.

For example, if you have code like

 tip->add(widget, text);

you can rewrite it as

 widget->setToolTip(text);

void QToolTip::add ( QWidget * widget, const QRect & rect, const QString & text )   [static]

This is an overloaded member function, provided for convenience.

Intercept the QEvent::ToolTip events in your widget's QWidget::event() function and call QToolTip::showText() with the text you want to display. The Tooltips example illustrates this technique.

void QToolTip::remove ( QWidget * widget )   [static]

Use QWidget::setToolTip() instead.

For example, if you have code like

 tip->remove(widget);

you can rewrite it as

 widget->setToolTip("");

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 64
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. BlackBerry 10 : premières images du prochain OS de RIM qui devrait intégrer des widgets et des tuiles inspirées de Windows Phone 0
  5. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  6. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
  7. La rubrique Qt a besoin de vous ! 1
Page suivante

Le Qt Developer Network au hasard

Logo

Comment fermer une application

Le Qt Developer Network est un réseau de développeurs Qt anglophone, où ils peuvent partager leur expérience sur le framework. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt 4.2
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web