[SOLVED]dataChanged
General and Desktop
6
Posts
4
Posters
1.5k
Views
3
Watching
-
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.