Unable to import *.metadata in Qt Design Studio project
-
I am working on Qt Design Studio (Qt for MCU) project. I have set up the Qt Bridge for photoshop and have exported PSD layers using Qt Bridge. After exporting i.e. generating metafile, I was trying to import the same in the Design Studio project. But in the assets, the *.metadata file itself is not there in the allowed file support. I was following Qt doc only.
If anyone has an idea, please let me know. I am using version 3.2.0
Thanks!! -
Hi, and welcome!
@Shantanu_k said in Unable to import *.metadata in Qt Design Studio project:
I am working on Qt Design Studio (Qt for MCU) project. I have set up the Qt Bridge for photoshop and have exported PSD layers using Qt Bridge. After exporting i.e. generating metafile, I was trying to import the same in the Design Studio project. But in the assets, the *.metadata file itself is not there in the allowed file support. I was following Qt doc only.
If anyone has an idea, please let me know. I am using version 3.2.0
Thanks!!What licenses do you have? Importing *.metadata files is a feature for users with Qt Design Studio Enterprise: https://www.qt.io/blog/simplifying-the-commercial-licensing-portfolio
Anyway, I suggest you contact Qt Support for additional help. This forum is mainly used by community (non-commercial) users.
-
Hi,
Yes,
If .metadata is not listed in the supported formats, then you are missing the plugin/license.
Can you check what the welcome page states about your license? (Community, Professional or Enterprise)
Only the Enterprise version of Qt Design Studio supports .metainfo. -
@JKSH & @Thomas-Hartmann: Thank you for the reply!! I am using "Professional" licenses. Even though I have checked with one of my colleagues who has an "Enterprise" license, he is also facing the same issue. I guess I need to contact Qt Support or else file a bug report.
FYI: Our platform is windows. -
Yes,
Enterprise should have the feature. There have been reports of the installation not upgrading correctly when the license is updated.
Uninstalling and reinstalling Qt Design Studio might solve the issue. -
@Thomas-Hartmann: Sure will check that, thanks!!