Summary
In this chapter, we learned how to use Qt and Matplotlib together. Now we know how to:
Embed a
Figure
in aQWidget
Use layout manager to pack a
Figure
and navigation toolbar in aQWidget
Create a timer, react to events, and update a Matplotlib graph accordingly
Use Qt Designer to draw a simple GUI and then refer it into our Python code
We are now ready to learn about another GUI library, wxWidgets.