summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/imports/plugins.qmltypes13
-rw-r--r--src/webview/doc/src/qtwebview-overview.qdoc2
2 files changed, 10 insertions, 5 deletions
diff --git a/src/imports/plugins.qmltypes b/src/imports/plugins.qmltypes
index c07bfe2..945610e 100644
--- a/src/imports/plugins.qmltypes
+++ b/src/imports/plugins.qmltypes
@@ -4,7 +4,7 @@ import QtQuick.tooling 1.2
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
-// 'qmlplugindump -nonrelocatable -dependencies dependencies.json QtWebView 1.13'
+// 'qmlplugindump -nonrelocatable -dependencies dependencies.json QtWebView 1.14'
Module {
dependencies: ["QtQuick 2.0"]
@@ -22,8 +22,12 @@ Module {
name: "QQuickWebView"
defaultProperty: "data"
prototype: "QQuickViewController"
- exports: ["QtWebView/WebView 1.0", "QtWebView/WebView 1.1", "QtWebView/WebView 1.14"]
- exportMetaObjectRevisions: [0, 1]
+ exports: [
+ "QtWebView/WebView 1.0",
+ "QtWebView/WebView 1.1",
+ "QtWebView/WebView 1.14"
+ ]
+ exportMetaObjectRevisions: [0, 1, 14]
Enum {
name: "LoadStatus"
values: {
@@ -33,7 +37,7 @@ Module {
"LoadFailedStatus": 3
}
}
- Property { name: "httpUserAgent"; revision: 14; type: "QString" }
+ Property { name: "httpUserAgent"; revision: 14; type: "string" }
Property { name: "url"; type: "QUrl" }
Property { name: "loading"; revision: 1; type: "bool"; isReadonly: true }
Property { name: "loadProgress"; type: "int"; isReadonly: true }
@@ -45,6 +49,7 @@ Module {
revision: 1
Parameter { name: "loadRequest"; type: "QQuickWebViewLoadRequest"; isPointer: true }
}
+ Signal { name: "httpUserAgentChanged"; revision: 14 }
Method { name: "goBack" }
Method { name: "goForward" }
Method { name: "reload" }
diff --git a/src/webview/doc/src/qtwebview-overview.qdoc b/src/webview/doc/src/qtwebview-overview.qdoc
index 195a0f5..8ccadd9 100644
--- a/src/webview/doc/src/qtwebview-overview.qdoc
+++ b/src/webview/doc/src/qtwebview-overview.qdoc
@@ -36,7 +36,7 @@
it makes sense.
This is useful on mobile platforms such as \l {Qt for Android}{Android},
- \l {Qt for iOS}{iOS}, and \l {Qt for WinRT}{WinRT}; especially
+ \l {Qt for iOS}{iOS}, and \l {Qt for UWP}{UWP (Universal Windows Platform)}; especially
on iOS, where policy dictates that all web content is displayed using the
operating system's web view.