I have a QTableView and a Table Model, how do I inform the view that some data changed? or do I have to inform the model instead?
Is there a method to call? or should it be handled with slots/signals?