[SOLVED]dataChanged
-
Hi,
what class are you talking about? QAbstractItemModel? -
Hi,
You have the starting and ending indexes there, you can loop through the rows and columns given by them
Hope it helps
-
In other words you receive range: first index row to last index row, first index column to last index column.
Everything in between changed.