QtDesignStudio/AssetsImporter
This page contains answers to the most common questions that may arise when importing assets to Qt Design Studio. Detailed technical FAQ dedicated to Qt for MCUs/Qt Quick Ultralite and Figma integration can be found here.
I get an error that says: 'Unable to find/create directory or file'. What could be wrong?
Problems with reading/writing directories/files can have many causes:
- invalid or non-existent paths to directories/files
- insufficient permissions on directories/files
- running out of disk space
- the storage device is defective or no longer available
Make sure that the file you are trying to import is accessible (you have sufficient permissions).
Check that the export paths defined in the Asset Import dialog are valid, accessible and that you can write to them. Ensure that you can write to the system temporary directory.
I see an error that says there is a problem with parsing metadata. What’s wrong?
Qt Design Studio has the ability to generate QML files for projects exported from Design Tools.
The project structure is described in a special metadata file generated by Qt Bridge. More information about the structure of the metadata file can be found on our blog.
If you get an error saying that there is a problem parsing the metadata:
- make sure that the export file is not corrupted.
- make sure you are exporting with the latest version of Qt Bridge, and you have the latest version of Qt Design Studio.
If this doesn't help, please report an issue.
I am getting errors when trying to re-import a project from the Design Tool. How can I identify the cause?
Follow the rules listed here.
I have an error: QML type cannot be resolved. What’s wrong?
If you define Custom Component Type or additional Imports in the Qt Bridge for Figma, make sure your statements are valid.
Detailed documentation can be found here.
If the error still occurs, please report an issue.
I see an error that is not covered by other FAQ entries. What can I do about it?
Please make sure you are using the latest version of Qt Design Studio and that the file you are trying to import was generated by the latest version of the Qt Bridge plugin.
If the error still occurs, please report an issue.