Exporting QML from SketchApp
QML and Qt Quick
2
Posts
2
Posters
2.0k
Views
3
Watching
-
Hi,
Any one works with designer who use SketchApp for interface prototyping? I have a good news for you. I have just written a plugin for SketchApp to export an artboard into QML. It should save your time in converting visual design into code.
However, it is just a weekend project. The image export and geometry information works. But not all the properties are converted correctly.
If you have any question, please feel free to submit an issue to github.
Project Site: benlau/sketchqml: Export to a QML in SketchApp
An example QML file converted from Ubuntu Touch GUI Sketch
-
Hi,
Thanks for sharing !