Details
-
User Story
-
Resolution: Fixed
-
P1: Critical
-
None
-
Figma to QML 0.1
-
None
-
5
-
Figma2QML Sprint 4, Figma2QML Sprint 5, Figma2QML Sprint 6
Description
So far we are using C++ to generate QML. This forces us to use either C++ in Webassembly or a Qt App(Qt design studio).
The idea is to use JS to generate QML.
Advantages.
- QML can be generated within the Figma plugin.
- We don't need an extra app to download the generated code.
- Live preview web app will be simpler and can be connected to other apps like Qt Creator, Qt Design Studio.
- Only the Plugin needs to be updated for any new QML change.