In this chapter, we are going to learn something very different from the rest of the chapters in this book. Qt consists of two different methods for developing an application. The first method is Qt Widgets and C++, which we have covered in all previous chapters. The second method is using Qt Quick controls and the QML scripting language, which we will be covering in this chapter.
In this chapter, we will cover the following topics :
- Introduction to Qt Quick and QML
- Qt Quick Widgets and Controls
- Qt Quick Designer
- Qt Quick Layouts
- Basic QML Scripting
Are you ready? Let's get started!