aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/templates/plugins.qmltypes
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-02-06 22:38:10 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-02-06 22:38:47 +0000
commit15579da15891a3d16ee9f4cd3cf64e6c723920d2 (patch)
treea4d224b4aa15df8bb1bd1471507d660d76821226 /src/imports/templates/plugins.qmltypes
parentf60fafcd57af3cc387b623e1b185aec7ebc31cfd (diff)
QQuickPopup: add some missing properties
Change-Id: I7df64587bf3ba289ba027f6dbe9872362532ec41 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/imports/templates/plugins.qmltypes')
-rw-r--r--src/imports/templates/plugins.qmltypes5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/imports/templates/plugins.qmltypes b/src/imports/templates/plugins.qmltypes
index d96563a7..b576ce7a 100644
--- a/src/imports/templates/plugins.qmltypes
+++ b/src/imports/templates/plugins.qmltypes
@@ -380,6 +380,7 @@ Module {
}
Property { name: "x"; type: "double" }
Property { name: "y"; type: "double" }
+ Property { name: "z"; type: "double" }
Property { name: "width"; type: "double" }
Property { name: "height"; type: "double" }
Property { name: "implicitWidth"; type: "double" }
@@ -403,9 +404,13 @@ Module {
Property { name: "contentItem"; type: "QQuickItem"; isPointer: true }
Property { name: "contentData"; type: "QObject"; isList: true; isReadonly: true }
Property { name: "contentChildren"; type: "QQuickItem"; isList: true; isReadonly: true }
+ Property { name: "clip"; type: "bool" }
Property { name: "focus"; type: "bool" }
+ Property { name: "activeFocus"; type: "bool"; isReadonly: true }
Property { name: "modal"; type: "bool" }
Property { name: "visible"; type: "bool" }
+ Property { name: "opacity"; type: "double" }
+ Property { name: "scale"; type: "double" }
Property { name: "closePolicy"; type: "ClosePolicy" }
Property { name: "transformOrigin"; type: "TransformOrigin" }
Property { name: "enter"; type: "QQuickTransition"; isPointer: true }