aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/calendar/plugins.qmltypes
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-04-21 21:28:41 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-04-21 19:32:21 +0000
commit63ad6aebdb25eac449d14fd498da8d17aaaf7fd9 (patch)
treec2c1923a3c53235269e237dde23841b935b1e2f2 /src/imports/calendar/plugins.qmltypes
parente12b74463bbd9403c1e47dc17241cec6e708948b (diff)
Update plugins.qmltypes
Change-Id: I38729bb888c4a8df797dfac056c5b025a6d9a67f Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/imports/calendar/plugins.qmltypes')
-rw-r--r--src/imports/calendar/plugins.qmltypes4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/imports/calendar/plugins.qmltypes b/src/imports/calendar/plugins.qmltypes
index 17295f06..5d546407 100644
--- a/src/imports/calendar/plugins.qmltypes
+++ b/src/imports/calendar/plugins.qmltypes
@@ -80,6 +80,10 @@ Module {
Property { name: "mirrored"; type: "bool"; isReadonly: true }
Property { name: "focusPolicy"; type: "Qt::FocusPolicy" }
Property { name: "focusReason"; type: "Qt::FocusReason" }
+ Property { name: "activeKeyFocus"; type: "bool"; isReadonly: true }
+ Property { name: "hovered"; type: "bool"; isReadonly: true }
+ Property { name: "hoverEnabled"; type: "bool" }
+ Property { name: "wheelEnabled"; type: "bool" }
Property { name: "background"; type: "QQuickItem"; isPointer: true }
Property { name: "contentItem"; type: "QQuickItem"; isPointer: true }
}