summaryrefslogtreecommitdiffstats
path: root/examples/webenginequick/customdialogs/index.html
diff options
context:
space:
mode:
authorBalazs Egedi <egedib@inf.u-szeged.hu>2021-09-20 13:50:50 +0200
committerBalazs Egedi <egedib@inf.u-szeged.hu>2021-10-26 21:14:15 +0200
commit79f5f290c1eead991e4267a431de9b519abd9834 (patch)
treecb2c119e6a97c5bdca625ca07cc8cef378933dd9 /examples/webenginequick/customdialogs/index.html
parent974bc6b7d7110df50d6cc46e7eaea12742b9ff66 (diff)
Add onTouchSelectionMenuRequested QML handler
Task-number: QTBUG-85043 Change-Id: Iecd2f5ae20fcf031937a1d44cc154f2e2a3ff52f Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'examples/webenginequick/customdialogs/index.html')
-rw-r--r--examples/webenginequick/customdialogs/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/webenginequick/customdialogs/index.html b/examples/webenginequick/customdialogs/index.html
index e9fb56228..d5de2827c 100644
--- a/examples/webenginequick/customdialogs/index.html
+++ b/examples/webenginequick/customdialogs/index.html
@@ -14,6 +14,9 @@
<td><div class="div"><p title="I am a tooltip.">Hover this text to display a tooltip</a></div></td>
</tr>
<tr>
+ <td><div class="div"><p>Touch devices only: long press on this text to see the touch selection menu</p></div></td>
+ </tr>
+ <tr>
<td><button class="button" onclick="window.location = 'http://localhost.:5555/OPEN_AUTH'">
Open Authentication Dialog</button></td>
</tr>