January 2020
Intermediate to advanced
426 pages
9h 39m
English
Let's apply what we've discussed in the last few chapters by putting together a simple image gallery application, like the photo gallery on smartphones. We'll display images from the system's directory in a grid, letting the user flick to scroll the images. Here's how our application will look:

To do this, we need the following components:
Let's take a look at the application's QML first:
import ...
Read now
Unlock full access