From 15579da15891a3d16ee9f4cd3cf64e6c723920d2 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Sat, 6 Feb 2016 22:38:10 +0100 Subject: QQuickPopup: add some missing properties Change-Id: I7df64587bf3ba289ba027f6dbe9872362532ec41 Reviewed-by: J-P Nurmi --- src/imports/templates/plugins.qmltypes | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/imports/templates/plugins.qmltypes') 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 } -- cgit v1.2.3