summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/doc
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-04-07 11:56:48 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-15 13:55:53 +0200
commite545ecaf29779950c0c91aa4b5e179b650e7ac8c (patch)
tree2bacddbacf3ad6c4bb810e229df3e114f68018cc /src/webenginewidgets/doc
parent4d1d33022a431c3108c4eb33a60d23b0f013d9b8 (diff)
Update QWebEnginePage::WebWindowType
Expose the same values as currently available in QQuickWebEngineView::NewViewDestination. Rename the WebModalDialog to WebDialog, which actually replaces the tool/status/menuBarVisibilityChangeRequested signals. Change-Id: Icc103f434fb3eca49f1a53e476e101c3d6fffd36 Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
Diffstat (limited to 'src/webenginewidgets/doc')
-rw-r--r--src/webenginewidgets/doc/src/qwebenginepage_lgpl.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/webenginewidgets/doc/src/qwebenginepage_lgpl.qdoc b/src/webenginewidgets/doc/src/qwebenginepage_lgpl.qdoc
index 54569bdc5..225ad5a48 100644
--- a/src/webenginewidgets/doc/src/qwebenginepage_lgpl.qdoc
+++ b/src/webenginewidgets/doc/src/qwebenginepage_lgpl.qdoc
@@ -279,8 +279,9 @@
This enum describes the types of window that can be created by the createWindow() function.
- \value WebBrowserWindow The window is a regular web browser window.
- \value WebModalDialog The window acts as modal dialog.
+ \value WebBrowserWindow The page should be opened in a complete web browser window.
+ \value WebBrowserTab The page should be opened as a web browser tab.
+ \value WebDialog The page should be opened in a window without decoration.
*/
/*!