TooltipRequest QML Type | Qt WebEngine 5.15.18 (original) (raw)

A request for showing a tooltip to the user. More...

Import Statement: import QtWebEngine 1.10
Since: QtWebEngine 1.10

Properties

Detailed Description

Property Documentation

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.

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

The type of the tooltip request.

Constant Description
TooltipRequest.Show The tooltip should be shown.
TooltipRequest.Hide The tooltip should be hidden.

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

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

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.