Table View Not Updated after QML is loaded
-
wrote on 6 Oct 2018, 03:39 last edited by
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. -
wrote on 8 Oct 2018, 11:24 last edited by
It's difficult to help you if you don't post any code...
1/2