Maybe it's already possible but I haven't managed to do this, I only managed to export a component with two variants as three separate .qml files.
For my use case, I want to make some input widgets in Figma, and then convert it to a single .qml file, and the load the file with the QQuickWidget in my PyQt6 applications.
Maybe it's already possible but I haven't managed to do this, I only managed to export a component with two variants as three separate .qml files.
For my use case, I want to make some input widgets in Figma, and then convert it to a single .qml file, and the load the file with the QQuickWidget in my PyQt6 applications.