Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
QDS 2.3
-
None
Description
https://doc.qt.io/qtdesignstudio/qtbridge-xd-using.html#annotate-layers-for-export says, "In the Component field, specify the component... to morph this layer into."
This requires the designer to know the exact QML types and type them correctly. Arguably, the designer shouldn't need to know anything about QML.
Furthermore, this process must be manually applied to each morphable component in the project, which is time-consuming.
Suggestions
- Instead of a free text field, provide a combobox that lists all the supported types a shape can morph into.
- Provide a mechanism to mass-apply morphing info onto multiple shapes/layers.
- Provide a mechanism to intelligently auto-select the morph type based on the XD shape/layer (e.g. if it's an SVG "rect", then the most obvious candidate is a QML Rectangle)
Attachments
Issue Links
- relates to
-
QDS-6173 Auto translation to QML types
- Open