Table View Not Updated after QML is loaded
Unsolved
QML and Qt Quick
-
Hi,
My applicaton is QML based desktop app in which the table view is updated with data when it is received from the middle ware.
I have used QAbstractListModel inherited class as model for my table View in QML.The table view displays data only when the model is filled with data before the QML is loaded.After the QML is loaded and if data is added the view is not updated but the model contains the data.
What is required to update the view?
Kindly help .
Thank you in advance.