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