Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
QDS 4.4
-
None
Description
I think it would be better for QDS to import SVG paths not as SvgPathItem but as Shapes(https://doc.qt.io/QtForMCUs-2.7/qtquick-shapes-qmlmodule.html).
The reason is because this is also supported in Qt for MCUs.
When one wants to reuse the QML code from MPU to MCU, currently he needs to manually convert SvgPathItem to Shape related QML types, such as PathLine(https://doc.qt.io/QtForMCUs-2.7/qml-qtquick-pathline.html).
If paths were imported to QDS in Shape QML types he should be able to re-use the same QML code out of the box for MCU as well, which supports our story; users can re-use QML code between MPU and MCU platforms.
Attachments
Issue Links
- is covered by
-
QDS-14146 Export Vectors as Shapes
-
- In Progress
-