Setting up the project

Without further ado, let's put our hands on QML and create a Qt Quick application ourselves! For this example project, we are going to create a dummy login screen using Qt Quick Designer and a QML script. First, let's open up Qt Creator and create a new project by going to File | New File or Project...

After that, select Qt Quick Application and press Choose.... After that, press Next all the way until the project is created. We are just going to use all the default settings for this example project, including the Minimal required Qt version:

Once the project has been created, we need to add a few image files to our ...

Get Hands-On GUI Programming with C++ and Qt5 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.