So far, we have set up our development environment and target device, learned how to use Qt Creator, looked at modern software development, and learned many things about Qt while transforming our BigProject from a simple digital clock into a connected thermostat. In this section, we will look at a number of more advanced Qt topics.
We begin in Chapter 11, Debugging, Logging, and Monitoring Qt Applications, by looking at ways to debug, log, and otherwise monitor Qt applications. In Chapter 12, Responsive Application Programming – Threads, we talk about the different ways Qt supports threads and how they can be used to generate more responsive programs. In Chapter 13, Qt Best Practices, our concluding chapter, we look at a number of best practices for Qt development that will help you in your projects.
The following chapters...