Table of contents
No headersAssigning an individual tooltip overrides any default.
- Click
(). - In the , click
. - Right-click the point of interest symbol and click .
- In the panel, specify how close the viewer needs to be to the point of interest to see the tooltip.
Set the at the top of the panel and then enter a value for .
If you leave blank, the tooltip appears only when the viewer hovers over it.
- Specify any properties you want to include in the tooltip, such as NAME and DESCRIPTION.
- Specify the contents of the tooltip.
Click the field, then click the ellipsis button that appears next to it.
For information about how to edit and format tooltip text, see Create Tooltips. For a list of supported HTML formatting tags, see the QT Developer Network site.
NoteTo include an image that is stored on the web, you must set a
forcewebview property. Use the following syntax:
<tooltip><forcewebview>true</forcewebview><body>
<img src="http://domain.us/images/image.jpg">
</body>
</tooltip>
- Click (at the top of the panel).