QtDesignStudio/FigmaPlugin: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:


You can use Qt Bridge export plugin to convert your Figma projects into metadata format supported by Qt Design Studio.
You can use Qt Bridge export plugin to convert your Figma projects into metadata format supported by Qt Design Studio.
The documentation for the metadata format that is used you can find here: https://www.qt.io/blog/qt-bridge-metadata-format.


You need Qt Design Studio Enterprise license to import generated .qtbridge files. If you don’t have it yet, please go ahead and apply for free evaluation here: https://www.qt.io/product/ui-design-tools
You need Qt Design Studio Enterprise license to import generated .qtbridge files. If you don’t have it yet, please go ahead and apply for free evaluation here: https://www.qt.io/product/ui-design-tools

Revision as of 13:53, 30 September 2024

Qt Figma Bridge

This is the wiki page for Qt plugin for Figma. The plugin is used to convert Figma Designs to QML code that can be used in Qt applications.

You can use Qt Bridge export plugin to convert your Figma projects into metadata format supported by Qt Design Studio.

The documentation for the metadata format that is used you can find here: https://www.qt.io/blog/qt-bridge-metadata-format.

You need Qt Design Studio Enterprise license to import generated .qtbridge files. If you don’t have it yet, please go ahead and apply for free evaluation here: https://www.qt.io/product/ui-design-tools

What’s New in Qt Design Studio 4.6

Variables Support Import the variables table along with the Figma project to transfer theming and variant management from Figma to Qt Design Studio. Design systems can now flow directly into development, enabling faster integration. Qt for MCUs-friendly Export Validate that your Figma project is compatible with the Qt for MCUs, framework for microcontroller development.

Qt for MCU mode disables unnecessary export options and warns about unsupported elements before and after the export. Only MCU-compatible assets will enter your project, making life easier fordevelopers targeting Qt for MCUs.

You can learn more about how to use the Figma Bridge in the Qt for MCUs context here: https://wiki.qt.io/QtDesignStudio/MCU_FAQ