In this final section, you will jump into the more advanced functionality offered by PyQt. You'll tackle multithreading, 2D and 3D graphics, rich-text documents, printing, data plotting, and web browsing. You'll learn how to work with PyQt on the Raspberry Pi, and how to structure and deploy your code to desktop systems. By the end of this section, you will have all the tools and techniques that you need in your arsenal to build beautiful GUIs using PyQt.
The following chapters are in this section:
- Chapter 10, Multithreading with QTimer and QThread
- Chapter 11, Creating Rich Text with QTextDocument
- Chapter 12, Creating 2D Graphics with QPainter
- Chapter 13, Creating 3D Graphics with QtOpenGL
- Chapter 14, Embedding Data Plots with QtCharts
- Chapter 15, PyQt Raspberry Pi
- Chapter 16, Web Browsing with QtWebEngine
- Chapter 17...