I have created a QSqlQueryModel (*model) at app startup.

Each dialog that opens should be using this model.

How do I tell Dialog#1 or Dialog#2 to use the model created in MainWindow?

So far, I have been recreating the model for each Dialog - which means that the data may not always be synchronized between Dialogs.