Developing Qt Quick Applications
- Creating Qt Quick ProjectsYou can use wizards to create Qt Quick projects. 
- Design ViewsYou can use several different editors and views in the Design mode to develop Qt Quick applications. 
- Creating UIsQt 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. 
- Adding DynamicsYou can animate the properties of UI components and create connections between them to enable them to communicate with each other. 
- Editing 3D ScenesYou 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. 
For more information, watch a video that shows how to perform the tasks above:
Related Topics
- Browsing ISO 7000 IconsYou can add ISO 7000 icons from a library delivered with Qt Creator to UIs and change their color. 
- Using QML Modules with PluginsQML 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. 
- Converting UI Projects to ApplicationsQt 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. 
- Exporting ComponentsUI files (.ui.qml) can be exported to JSON metadata format and PNG assets. 
