Design Studio Integration into a project
-
Hey all,
I am currently working on integrating design studio into my company's workflow. Despite this being apparently the stated purpouse of Design Studio, I have found very few good resources on how best to do this, or how to tackly bugs in the process, this is extremely fustrating!
The bulk of our back end is written in C++, with the developers working in visual studio, my goal is to add a design studio project that our UI designers can edit through design studio, and then commit their edits which will be rendered in the app.
The problem that I am currently having, is that the C++ app is using qt 5.12, however design studio automatically makes projects and files using QtQuick 2.14, making the project incompatable with the app.
I could manually go through all of the files generated by the project and set the QtQuick version, but there's got to be a more straightforward way. Especially as I want to set up an environment for our UI designers that is going to prevent them from doing anything that unintentionally breaks our code, (like including a module that hasn't been installted in our c++ project).
How do you get the qt version for a project in design studio, and furthermore, is there any way to disable which components can be included in a project? In general, is there a guide for ensuring consistency between a project developed in Design Studio and one designed in Visual Studio?
Joe