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.qmltypes38
1 files changed, 35 insertions, 3 deletions
diff --git a/src/webengine/plugin/plugins.qmltypes b/src/webengine/plugin/plugins.qmltypes
index 5c61ee8d0..44c85bd8e 100644
--- a/src/webengine/plugin/plugins.qmltypes
+++ b/src/webengine/plugin/plugins.qmltypes
@@ -4,11 +4,36 @@ 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: "iconText"; type: "string"; isReadonly: true }
+ Property { name: "enabled"; type: "bool"; isReadonly: true }
+ Signal { name: "toggled" }
+ Signal { name: "triggered" }
+ Signal {
+ name: "textChanged"
+ Parameter { name: "text"; type: "string" }
+ }
+ Signal {
+ name: "iconTextChanged"
+ Parameter { name: "iconText"; type: "string" }
+ }
+ Signal {
+ name: "enabledChanged"
+ Parameter { name: "enabled"; type: "bool" }
+ }
+ Method { name: "trigger" }
+ }
+ Component {
name: "QQuickWebEngineAuthenticationDialogRequest"
prototype: "QObject"
exports: ["QtWebEngine/AuthenticationDialogRequest 1.4"]
@@ -640,9 +665,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: {
@@ -1224,6 +1250,12 @@ Module {
revision: 4
Parameter { name: "replacement"; type: "string" }
}
+ Method {
+ name: "action"
+ revision: 8
+ type: "QQuickWebEngineAction*"
+ Parameter { name: "action"; type: "WebAction" }
+ }
}
Component {
name: "QWebEngineQuotaRequest"