summaryrefslogtreecommitdiffstats
path: root/src/webengine/plugin/plugins.qmltypes
diff options
context:
space:
mode:
Diffstat (limited to 'src/webengine/plugin/plugins.qmltypes')
-rw-r--r--src/webengine/plugin/plugins.qmltypes45
1 files changed, 38 insertions, 7 deletions
diff --git a/src/webengine/plugin/plugins.qmltypes b/src/webengine/plugin/plugins.qmltypes
index 5c61ee8d0..1f295ac57 100644
--- a/src/webengine/plugin/plugins.qmltypes
+++ b/src/webengine/plugin/plugins.qmltypes
@@ -4,11 +4,23 @@ import QtQuick.tooling 1.2
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
-// 'qmlplugindump -defaultplatform -dependencies dependencies.json -nonrelocatable QtWebEngine 1.7'
+// 'qmlplugindump -defaultplatform -dependencies dependencies.json -nonrelocatable QtWebEngine 1.8'
Module {
dependencies: ["QtQuick 2.8"]
Component {
+ name: "QQuickWebEngineAction"
+ prototype: "QObject"
+ exports: ["QtWebEngine/WebEngineAction 1.8"]
+ isCreatable: false
+ exportMetaObjectRevisions: [0]
+ Property { name: "text"; type: "string"; isReadonly: true }
+ Property { name: "iconName"; type: "string"; isReadonly: true }
+ Property { name: "enabled"; type: "bool"; isReadonly: true }
+ Signal { name: "triggered" }
+ Method { name: "trigger" }
+ }
+ Component {
name: "QQuickWebEngineAuthenticationDialogRequest"
prototype: "QObject"
exports: ["QtWebEngine/AuthenticationDialogRequest 1.4"]
@@ -155,10 +167,11 @@ Module {
"QtWebEngine/WebEngineDownloadItem 1.4",
"QtWebEngine/WebEngineDownloadItem 1.5",
"QtWebEngine/WebEngineDownloadItem 1.6",
- "QtWebEngine/WebEngineDownloadItem 1.7"
+ "QtWebEngine/WebEngineDownloadItem 1.7",
+ "QtWebEngine/WebEngineDownloadItem 1.8"
]
isCreatable: false
- exportMetaObjectRevisions: [0, 1, 2, 3, 4, 5, 6]
+ exportMetaObjectRevisions: [0, 1, 2, 3, 4, 5, 6, 7]
Enum {
name: "DownloadState"
values: {
@@ -234,6 +247,13 @@ Module {
Property { name: "isFinished"; revision: 5; type: "bool"; isReadonly: true }
Property { name: "isPaused"; revision: 5; type: "bool"; isReadonly: true }
Property { name: "isSavePageDownload"; revision: 6; type: "bool"; isReadonly: true }
+ Property {
+ name: "view"
+ revision: 7
+ type: "QQuickWebEngineView"
+ isReadonly: true
+ isPointer: true
+ }
Signal { name: "savePageFormatChanged"; revision: 2 }
Signal { name: "mimeTypeChanged"; revision: 1 }
Signal { name: "typeChanged"; revision: 3 }
@@ -554,10 +574,11 @@ Module {
"QtWebEngine/WebEngineSettings 1.4",
"QtWebEngine/WebEngineSettings 1.5",
"QtWebEngine/WebEngineSettings 1.6",
- "QtWebEngine/WebEngineSettings 1.7"
+ "QtWebEngine/WebEngineSettings 1.7",
+ "QtWebEngine/WebEngineSettings 1.8"
]
isCreatable: false
- exportMetaObjectRevisions: [0, 1, 2, 3, 4, 5, 6]
+ exportMetaObjectRevisions: [0, 1, 2, 3, 4, 5, 6, 7]
Enum {
name: "UnknownUrlSchemePolicy"
values: {
@@ -595,6 +616,7 @@ Module {
Property { name: "playbackRequiresUserGesture"; revision: 6; type: "bool" }
Property { name: "webRTCPublicInterfacesOnly"; revision: 6; type: "bool" }
Property { name: "javascriptCanPaste"; revision: 6; type: "bool" }
+ Property { name: "dnsPrefetchEnabled"; revision: 7; type: "bool" }
Signal { name: "fullScreenSupportEnabledChanged"; revision: 1 }
Signal { name: "screenCaptureEnabledChanged"; revision: 2 }
Signal { name: "webGLEnabledChanged"; revision: 2 }
@@ -611,6 +633,7 @@ Module {
Signal { name: "playbackRequiresUserGestureChanged"; revision: 6 }
Signal { name: "webRTCPublicInterfacesOnlyChanged"; revision: 6 }
Signal { name: "javascriptCanPasteChanged"; revision: 6 }
+ Signal { name: "dnsPrefetchEnabledChanged"; revision: 7 }
}
Component {
name: "QQuickWebEngineSingleton"
@@ -640,9 +663,10 @@ Module {
"QtWebEngine/WebEngineView 1.4",
"QtWebEngine/WebEngineView 1.5",
"QtWebEngine/WebEngineView 1.6",
- "QtWebEngine/WebEngineView 1.7"
+ "QtWebEngine/WebEngineView 1.7",
+ "QtWebEngine/WebEngineView 1.8"
]
- exportMetaObjectRevisions: [0, 1, 2, 3, 4, 5, 6, 7]
+ exportMetaObjectRevisions: [0, 1, 2, 3, 4, 5, 6, 7, 8]
Enum {
name: "NavigationRequestAction"
values: {
@@ -1106,6 +1130,7 @@ Module {
revision: 7
Parameter { name: "request"; type: "QWebEngineRegisterProtocolHandlerRequest" }
}
+ Signal { name: "printRequested"; revision: 8 }
Method {
name: "runJavaScript"
Parameter { type: "string" }
@@ -1224,6 +1249,12 @@ Module {
revision: 4
Parameter { name: "replacement"; type: "string" }
}
+ Method {
+ name: "action"
+ revision: 8
+ type: "QQuickWebEngineAction*"
+ Parameter { name: "action"; type: "WebAction" }
+ }
}
Component {
name: "QWebEngineQuotaRequest"