Qt

Developing Qt Quick Applications

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.

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.

Related Topics