Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
QSR 2.0
-
None
-
Sprint 15 Week 1
Description
The tooling tries to generate the layout for the invalid QML file.
Following QMl file generates the empty layout file.
SafeImage { id: animal objectName: "animal" width: 128 height: 128 fillColor: "red" source: "icons/duck.png" states: [ State { name: "red" PropertyChanges { target: animal fillColor: "red" width: 64 height: 64 } }, State { name: "blue" PropertyChanges { target: animal fillColor: "blue" } }, ] }