Chapter 3. Qt GUI Programming

This chapter will help you learn how to use Qt to develop applications with a graphical user interface using the Qt Creator IDE. We will get familiar with the core Qt functionality, property system, and the signals and slots mechanism that we will later use to create complex systems such as games. We will also cover the various actions and resource system of Qt. By the end of this chapter, you will be able to write your own programs that communicate with the user through windows and widgets.