forked from qt-creator/qt-creator
QmlDesigner: Add AnimatedSprite mcu metadata
Task-number: QDS-11054 Change-Id: I22dbb9521700b620e272248d2fd7bdcf8445f710 Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io> Reviewed-by: Aleksei German <aleksei.german@qt.io>
This commit is contained in:
@@ -149,6 +149,12 @@ VersionData {
|
|||||||
bannedProperties: ["paused"]
|
bannedProperties: ["paused"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QtQuick.AnimatedSprite {
|
||||||
|
allowedProperties: ["currentFrame", "frameCount"]
|
||||||
|
bannedProperties: ["finishBehavior", "frameRate", "frameSync",
|
||||||
|
"frameX", "frameY", "interpolate", "reverse", "paused"]
|
||||||
|
}
|
||||||
|
|
||||||
//Quick Controls2 Items and properties:
|
//Quick Controls2 Items and properties:
|
||||||
|
|
||||||
QtQuick.Controls.Control {
|
QtQuick.Controls.Control {
|
||||||
|
@@ -146,6 +146,12 @@ VersionData {
|
|||||||
bannedProperties: ["paused"]
|
bannedProperties: ["paused"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QtQuick.AnimatedSprite {
|
||||||
|
allowedProperties: ["currentFrame", "frameCount", "paused"]
|
||||||
|
bannedProperties: ["finishBehavior", "frameRate", "frameSync",
|
||||||
|
"frameX", "frameY", "interpolate", "reverse"]
|
||||||
|
}
|
||||||
|
|
||||||
//Quick Controls2 Items and properties:
|
//Quick Controls2 Items and properties:
|
||||||
|
|
||||||
QtQuick.Controls.Control {
|
QtQuick.Controls.Control {
|
||||||
|
@@ -149,6 +149,12 @@ VersionData {
|
|||||||
bannedProperties: ["paused"]
|
bannedProperties: ["paused"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QtQuick.AnimatedSprite {
|
||||||
|
allowedProperties: ["currentFrame", "frameCount", "paused"]
|
||||||
|
bannedProperties: ["finishBehavior", "frameRate", "frameSync",
|
||||||
|
"frameX", "frameY", "interpolate", "reverse"]
|
||||||
|
}
|
||||||
|
|
||||||
//Quick Controls2 Items and properties:
|
//Quick Controls2 Items and properties:
|
||||||
|
|
||||||
QtQuick.Controls.Control {
|
QtQuick.Controls.Control {
|
||||||
|
Reference in New Issue
Block a user