Working with QSqlRelationalTableModel
Understand how we use the QSqlRelationalTableModel to create an application.
We'll cover the following...
Creating the application
Using PyQt's QSqlRelationalTableModel
to interact with relational databases is what we'll demonstrate now. With support for leveraging foreign keys, the QSqlRelationalTableModel
class offers a model for viewing and ...