aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator
diff options
context:
space:
mode:
authorAleksei German <aleksei.german@qt.io>2020-10-07 17:39:29 +0200
committerAleksei German <aleksei.german@qt.io>2020-10-08 08:01:16 +0000
commit65ca1301dea113e58b7894318b62ad5afe9d401d (patch)
treeb08289a659ef78b1cc74e217a301f9f3c68992d1 /share/qtcreator
parent3f085cd765319037ea3a77fe1fe297a296b43374 (diff)
QmlDesigner: MCU Metadata improvements
- Introduced allowChildren switch Task: QDS-2794 Change-Id: Ie992fb173e8eacb27b10679d5ff28238277aa346 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'share/qtcreator')
-rw-r--r--share/qtcreator/qmldesigner/qt4mcu/qul-14.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/qt4mcu/qul-14.qml b/share/qtcreator/qmldesigner/qt4mcu/qul-14.qml
index f01f3b53ce..8b9ffed3b8 100644
--- a/share/qtcreator/qmldesigner/qt4mcu/qul-14.qml
+++ b/share/qtcreator/qmldesigner/qt4mcu/qul-14.qml
@@ -98,12 +98,14 @@ VersionData {
}
QtQuick.Image {
+ allowChildren: false
allowedProperties: ["rotation", "scale", "transformOrigin"]
bannedProperties: ["mirror", "mipmap", "cache", "autoTransform", "asynchronous",
"sourceSize", "smooth"]
}
QtQuick.Text {
+ allowChildren: false
allowedProperties: ["rotation", "scale", "transformOrigin"]
bannedProperties: ["elide", "lineHeight", "lineHeightMode", "wrapMode", "style",
"styleColor", "minimumPointSize", "minimumPixelSize", "styleColor",