What all alternative ways are there to export images without using QT Bridge for Photoshop/Figma/Sketch/Blender?
-
Hello all, hope all are doing well, I am new here and just want to know all the alternative ways through which I can export images without using QT Bridge for Photoshop/Figma/Sketch/Blender?....exported images must be work well with "QT design Studio/QT Creater"....thanks
-
Hello all, hope all are doing well, I am new here and just want to know all the alternative ways through which I can export images without using QT Bridge for Photoshop/Figma/Sketch/Blender?....exported images must be work well with "QT design Studio/QT Creater"....thanks
@Shrikant-Vaishnav said in What all alternative ways are there to export images without using QT Bridge for Photoshop/Figma/Sketch/Blender?:
Hello all, hope all are doing well, I am new here and just want to know all the alternative ways through which I can export images without using QT Bridge for Photoshop/Figma/Sketch/Blender?....exported images must be work well with "QT design Studio/QT Creater"....thanks
Hi, and welcome!
The Bridges are tools that let you convert graphics design files into interactive QML files.
If you just want to export images, then you don't need to do anything special: Just add the image files (.png, .jpeg, .svg) directly to your project in Qt Creator.
If you want interactive QML files without buying the Bridges, then you can implement them yourself from scratch.
-
But using images directly means I have to arrange every image individually in the design studio.?any other way like to export the whole project in one file...actually i don't want to redesign the whole project...
-
But using images directly means I have to arrange every image individually in the design studio.?any other way like to export the whole project in one file...actually i don't want to redesign the whole project...
@Shrikant-Vaishnav said in What all alternative ways are there to export images without using QT Bridge for Photoshop/Figma/Sketch/Blender?:
But using images directly means I have to arrange every image individually in the design studio.?
You could arrange the images in Photoshop first before exporting them as a single image.
any other way like to export the whole project in one file...actually i don't want to redesign the whole project...
Your options are:
- Buy the Qt Bridge
- OR, implement the QML components yourself
- OR, find someone who is willing to implement it for you