Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
None
-
QDS 4.5.1
-
None
Description
After creating a general project and importing a Figma template:
Live Preview: Displays the usual Screen01.ui.qml.
Run Button Click: Displays AllControls.ui.qml imported from the Figma template.
Issue Analysis:
When exporting the Figma template, the .qmlproject file’s mainFile is automatically changed to AllControls.ui.qml.
As a result, clicking the Run button shows AllControls.ui.qml instead of the originally created Screen01.ui.qml.
Request for Clarification:
Why is the mainFile in the .qmlproject automatically changed to AllControls.ui.qml?
Why does the Run button display AllControls.ui.qml instead of the original .qml file that was created?