summaryrefslogtreecommitdiffstats
path: root/examples/webengine/customdialogs
diff options
context:
space:
mode:
authorJüri Valdmann <juri.valdmann@qt.io>2017-06-06 11:27:17 +0200
committerJüri Valdmann <juri.valdmann@qt.io>2017-06-13 09:15:23 +0000
commitf03585b7583bd2e7328d462a63ee6ee8938b200c (patch)
treeb3dac95710335f485eb3614afaf3f9e3ec65f334 /examples/webengine/customdialogs
parentc2d6fc8d06447c4579811085f3c255cd30523ca7 (diff)
Fix some minor issues in example docs
Task-number: QTBUG-60655 Change-Id: Ie385232d5c126eafc18c08f49c15cc5e18c69ba1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'examples/webengine/customdialogs')
-rw-r--r--examples/webengine/customdialogs/doc/src/customdialogs.qdoc9
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/webengine/customdialogs/doc/src/customdialogs.qdoc b/examples/webengine/customdialogs/doc/src/customdialogs.qdoc
index f5a18b591..2162fe4ca 100644
--- a/examples/webengine/customdialogs/doc/src/customdialogs.qdoc
+++ b/examples/webengine/customdialogs/doc/src/customdialogs.qdoc
@@ -58,10 +58,11 @@
\section1 Triggering Dialogs
- The technical details on how the dialogs are triggered are beyond the scope
- of this example. The only thing worth mentioning is that we fire up the
- localhost TCP server when the example starts up. The server is needed to
- get proxy and HTTP authentication requests.
+ As mentioned, the \l {webengine/customdialogs/index.html}{index.html} file
+ is responsible for triggering the dialogs from the side of HTML and
+ JavaScript. Additionally, the example program starts a localhost TCP server
+ returning the mocked HTTP responses needed to trigger proxy and HTTP
+ authentication dialogs.
\section1 Custom Dialogs