aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/window/plugins.qmltypes
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-09-17 13:41:19 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2015-10-23 06:23:48 +0000
commit6eb86c06041e55576f619893c2a502c5bfab1aa4 (patch)
tree9a3844287698618711d95bc52009cbf8e52d1f4e /src/imports/window/plugins.qmltypes
parent35c1f930295c85a1ce4b257fd05d596d378ccff8 (diff)
Update plugins.qmltypes
Update all plugins.qmltypes except for QtQuick2. Change-Id: If79b82fa54d159171f45a1bd2e9432c76b3c5686 Reviewed-by: Marco Benelli <marco.benelli@theqtcompany.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/imports/window/plugins.qmltypes')
-rw-r--r--src/imports/window/plugins.qmltypes19
1 files changed, 5 insertions, 14 deletions
diff --git a/src/imports/window/plugins.qmltypes b/src/imports/window/plugins.qmltypes
index fa320886db..8c21271614 100644
--- a/src/imports/window/plugins.qmltypes
+++ b/src/imports/window/plugins.qmltypes
@@ -1,4 +1,4 @@
-import QtQuick.tooling 1.1
+import QtQuick.tooling 1.2
// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
@@ -7,19 +7,7 @@ import QtQuick.tooling 1.1
// 'qmlplugindump -nonrelocatable QtQuick.Window 2.2'
Module {
- Component {
- name: "QQuickRootItem"
- defaultProperty: "data"
- prototype: "QQuickItem"
- Method {
- name: "setWidth"
- Parameter { name: "w"; type: "int" }
- }
- Method {
- name: "setHeight"
- Parameter { name: "h"; type: "int" }
- }
- }
+ dependencies: []
Component {
name: "QQuickScreen"
prototype: "QObject"
@@ -112,6 +100,8 @@ Module {
Property { name: "active"; type: "bool"; isReadonly: true }
Property { name: "activeFocusItem"; type: "QQuickItem"; isReadonly: true; isPointer: true }
Property { name: "contentItem"; type: "QQuickItem"; isReadonly: true; isPointer: true }
+ Property { name: "width"; type: "int"; isReadonly: true }
+ Property { name: "height"; type: "int"; isReadonly: true }
}
Component {
name: "QQuickWindowQmlImpl"
@@ -288,5 +278,6 @@ Module {
revision: 1
Parameter { name: "msec"; type: "int" }
}
+ Method { name: "requestUpdate"; revision: 3 }
}
}