IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

TooltipRequest QML Type

A request for showing a tooltip to the user.

This type was introduced in QtWebEngine 1.10.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

TooltipRequest QML Type

  • Import Statement: import QtWebEngine

  • Since:: QtWebEngine 1.10

Detailed Description

 

Property Documentation

 

accepted : bool

Indicates whether the tooltip request has been accepted by the signal handler.

If the property is false after any signal handlers for WebEngineView::tooltipRequested have been executed, a default tooltip will be shown. To prevent this, set request.accepted to true.

The default is false.

[read-only] text : bool

The text of the tooltip. It contains an empty string when the tooltip should be hidden.

[read-only] type : enumeration

The type of the tooltip request.

Constant

Description

TooltipRequest.Show

The tooltip should be shown.

TooltipRequest.Hide

The tooltip should be hidden.

[read-only] x : int

The x coordinate of the top-left corner of the requested tooltip.

[read-only] y : int

The y coordinate of the top-left corner of the requested tooltip.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+