You can either create Qt Quick projects from scratch or import existing projects to Qt Creator.
You can use the code editor (Edit mode) or the visual editor (Design mode) to develop Qt Quick applications.However, the visual editor only supports Qt Quick 1.
Typically, application development proceeds as follows:
![]() | ![]() | ![]() |
Create or import projects. | Create components. | Create screens. |
![]() | ![]() | ![]() |
Add animation to screens. | Add user interaction methods. | Implement the application logic. |