Managing Projects

One of the major advantages of Qt Design Studio is that it allows a team of designers and developers to share a project across different development platforms with a common tool for design, development, profiling, and debugging.

  • Using Git

    You can add the project files to the Git version control, so that the developers can keep up with your changes. Store and edit only project source files and configuration files. Do not store generated files.

  • Converting UI Projects to Applications

    Qt Design Studio projects are useful for creating UIs. To use them for application development in Qt Creator, you have to convert them to Qt Quick Application projects that contain .pro, .cpp, and .qrc files.

Available under certain Qt licenses.
Find out more.