QQuick Designer question
-
Hi!..
When i create a new QQuick based project in QtCreator, it creates a main.qml file with the Window (or ApplicationWindow) header.... but when i use QQuick Designer Studio, it works just a different way, spliting many screens and other stuffs files and folders... just figured out that in QQuick Designer Studio i can not use Window or ApplicationWindow as header, it uses a Rectangle instead..
Why is this difference ?
Greetings -
Hi,
Qt Design Studio answer a different need. Taken from the doc:
Qt Design Studio enables designers and developers to work together on common projects to develop applications. Designers use the views in the Design mode to modify UI files (.ui.qml), whereas developers use Qt Creator to work on the Qt Quick (.qml) and other files that are needed to implement the application logic and to prepare the application for production.
-
Sounds correct yes.