In this section, you will explore the core features of PyQt. By the end of this section, you should be comfortable with the basic design workflow and coding idioms involved in writing PyQt applications and feel confident in your ability to construct simple PyQt interfaces.
The following chapters are in this section:
- Chapter 1, Getting Started with PyQt
- Chapter 2, Building Forms with QtWidgets
- Chapter 3, Handling Events with Signals and Slots
- Chapter 4, Building Applications with QMainWindow
- Chapter 5, Creating Data Interfaces with Model-View Classes
- Chapter 6, Styling Qt Applications