What good is a user interface if it isn’t interactive? This chapter is all about learning how to use widgets to make responsive user interfaces that react to a user’s interaction, handle different events, and relay important information back to the user. We will take a look at a few common widgets and see how to use them to design and build GUI applications.
Be introduced to event handling and Qt’s signals and slots mechanism
Build GUIs using new widget classes, including QPushButton ...