Hi,
I am using QVBarModelMapper to show a BarChart. I provided my own implementation of QAbstractTableModel.
But the BarChart does not update, when the data in the TableModel changes and dataChanged() is emitted.
What do I have to do to automatically update the BarChart, when the model changes?
Bookmarks