Introduction to Qt Quick

In this chapter, you will be introduced to a technology called Qt Quick that allows us to implement resolution-independent user interfaces with lots of eye-candy, animations, and effects that can be combined with regular Qt code that implements the logic of the application. You will learn the basics of the QML declarative language that forms the foundation of Qt Quick. You will create a simple Qt Quick application and see the advantages offered by the declarative approach.

The main topics covered in this chapter are these:

  • QML basics
  • Overview of Qt modules
  • Using Qt Quick Designer
  • Utilizing Qt Quick modules
  • Property bindings and signal handling
  • Qt Quick and C++
  • States and transitions

Get Game Programming using Qt 5 Beginner's Guide - Second Edition 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.