summaryrefslogtreecommitdiffstats
path: root/examples/webengine/customdialogs/index.html
diff options
context:
space:
mode:
authorSzabolcs David <davidsz@inf.u-szeged.hu>2019-09-27 17:43:04 +0200
committerSzabolcs David <davidsz@inf.u-szeged.hu>2019-10-10 15:19:32 +0200
commit320a7a8522ccff5155cbb9563428b26071266ebc (patch)
tree636f0722ee319727c4acedc068b005d11a31a270 /examples/webengine/customdialogs/index.html
parent22e88504ab61a622fb9bcf38cf54728286f33bce (diff)
Add example for QQuickWebEngineTooltipRequest
Implement an example usage in customdialogs application and extend the documentation. Change-Id: Ibc240cf94ac939335455f4eac3d52ffec2ba7ff6 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'examples/webengine/customdialogs/index.html')
-rw-r--r--examples/webengine/customdialogs/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/webengine/customdialogs/index.html b/examples/webengine/customdialogs/index.html
index 490dd79fd..69c0e6b21 100644
--- a/examples/webengine/customdialogs/index.html
+++ b/examples/webengine/customdialogs/index.html
@@ -11,6 +11,9 @@
<td><div class="div"><a href="#openMenu" class="link">Right click on text to see link context menu</a></div></td>
</tr>
<tr>
+ <td><div class="div"><p title="I am a tooltip.">Hover this text to display a tooltip</a></div></td>
+ </tr>
+ <tr>
<td><button class="button" onclick="window.location = 'http://localhost.:5555/OPEN_AUTH'">
Open Authentication Dialog</button></td>
</tr>