Hello,

I was wondering if there is a way to have the QTableView reread the model data.

If I set a custom model on a tableview all data is read. But if I after that add data, this is due to loading of data, to the custom model without using beginInsertRows() and endInsertRows() there seems to be no way of letting the View know that the whole model needs to be reread.

If I set the model on the view after loading the data everything works fine. But than the programs does not work in other situations.

Does anyone know how to force a total update of the TableView?

Regards,

Marcel