Having set up Qt, our host development system, and our target, we can now start exploring Qt itself. In Chapter 4, Important Qt Concepts, we will learn some of the core, basic concepts on which Qt is based.
We will then explore a modern development workflow and start working on a long-term project, the BigProject, in Chapter 5, Managing the Overall Workflow. This project will accompany us through most of the remainder of this book as we learn new things about Qt and add them.
We will then explore Qt's GUI technologies in Chapter 6, Exploring GUI Technologies, and conclude this section with Chapter 7, Adding More Features, where we will be exploring more Qt features. In each of these chapters, you will be adding more to BigProject.
The following chapters will be covered in this section:
- Chapter 4, Important Qt Concepts
- Chapter 5, Managing...