Qt Quick is Qt's newer declarative framework for the user interface, and with it it's incredibly easy to create fluid applications with animated transitions and flowing user interfaces. Using Qt Quick, you describe your user interface using QML, a JavaScript-like language that lets you declare the user interface elements and how they relate; the Qt Quick runtime does most of the heavy lifting in the implementation of your application.
By now, you can guess how to create a Qt Quick project: choose New File or Project… from the File menu, and then click on Qt Quick 2 Application (Built-in Types) and follow the wizard.
The wizard will ask no additional questions, and if you just walk through the wizard, you end up with a ...
No credit card required