From 08eb526524e92e0d1139cb74e1a7818bcd8d5d6a Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Fri, 13 May 2016 23:39:15 +0200 Subject: Add support for flat Buttons Task-number: QTBUG-51054 Change-Id: Ib4b23b624bc34d16c5acc1568881b609d3fd64b8 Reviewed-by: Nikita Krupenko Reviewed-by: Mitch Curtis --- src/imports/templates/plugins.qmltypes | 1 + 1 file changed, 1 insertion(+) (limited to 'src/imports/templates/plugins.qmltypes') diff --git a/src/imports/templates/plugins.qmltypes b/src/imports/templates/plugins.qmltypes index 434aee4d..17c5117a 100644 --- a/src/imports/templates/plugins.qmltypes +++ b/src/imports/templates/plugins.qmltypes @@ -72,6 +72,7 @@ Module { Property { name: "checkable"; type: "bool" } Property { name: "autoRepeat"; type: "bool" } Property { name: "highlighted"; type: "bool" } + Property { name: "flat"; type: "bool" } } Component { name: "QQuickCheckBox" -- cgit v1.2.3