November 2014
Beginner to intermediate
264 pages
5h 32m
English
Let's apply what we've discussed in the last few chapters by putting together a simple image gallery application, such as 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 QtQuick ...
Read now
Unlock full access