You can use wizards to create Qt Quick projects.
You can use several different editors and views in the Design mode to develop Qt Quick applications.
Qt Quick enables you to build UIs around the behavior of components and how they connect with one another. You create components using Qt Quick and QML types that are available in the Design mode, manage their relationships, and specify their properties.
You can animate the properties of UI components and create connections between them to enable them to communicate with each other.
You can use the 3D editor in the Design mode to edit files you created using 3D graphics applications and stored in one of the supported formats. You cannot create 3D models or other assets in the editor, but you can import the assets you need and work with them to create scenes and states, as well as the transitions between them.
You can add ISO 7000 icons from a library delivered with Qt Creator to UIs and change their color.
QML modules may use plugins to expose components defined in C++ to QML applications. Qt Creator cannot load the plugins to determine the details of the contained components, and therefore, the modules must provide extra type information for code completion and the semantic checks to work correctly.
Qt Quick UI projects (.qmlproject) are useful for creating user interfaces. To use them for application development, you have to convert them to Qt Quick Application projects that contain .pro, .cpp, and .qrc files.
UI forms (ui.qml files) can be exported to JSON metadata format and PNG assets.