summaryrefslogtreecommitdiffstats
path: root/examples/webengine/customdialogs/doc/src/customdialogs.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webengine/customdialogs/doc/src/customdialogs.qdoc')
-rw-r--r--examples/webengine/customdialogs/doc/src/customdialogs.qdoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/webengine/customdialogs/doc/src/customdialogs.qdoc b/examples/webengine/customdialogs/doc/src/customdialogs.qdoc
index 16eab0b6c..b75417456 100644
--- a/examples/webengine/customdialogs/doc/src/customdialogs.qdoc
+++ b/examples/webengine/customdialogs/doc/src/customdialogs.qdoc
@@ -253,7 +253,7 @@
\section2 Color Dialog Requests
- \image customdialogs-color1.png
+ Currently, Qt WebEngine does not provide Color Dialog, a custom dialog should be implemented.
\l [QML]{ColorDialogRequest} is a request object that is passed as a
parameter of the WebEngineView::colorDialogRequested signal:
@@ -273,8 +273,8 @@
\printline }
We use the \c onColorDialogRequested signal handler to check whether
- we should use the default color picker dialog. If not, we accept the request
- and switch the view to show the \c ColorPickerForm:
+ we should use the default color picker dialog (which currently is not provided).
+ If not, we accept the request and switch the view to show the \c ColorPickerForm:
\image customdialogs-color2.png
@@ -294,7 +294,7 @@
\section2 File Dialog Requests
- \image customdialogs-file1.png
+ Currently, Qt WebEngine does not provide File Dialog, a custom dialog should be implemented.
\l [QML]{FileDialogRequest} is a request object that is passed as a
parameter of the WebEngineView::fileDialogRequested signal:
@@ -309,8 +309,8 @@
\printuntil }
We use the \c onFileDialogRequested signal handler to check whether
- we should use the default color picker dialog. If not, we accept the request
- and switch the view to show the \c FilePickerForm:
+ we should use the default file picker dialog (which currently is not provided).
+ If not, we accept the request and switch the view to show the \c FilePickerForm:
\image customdialogs-file2.png