[SOLVED]dataChanged
-
wrote on 14 May 2015, 11:13 last edited by GrahamL
Hi
The signature of the dataChanged signal gives 2 model indexes
How can I access the entire range of indexes in my slot?
Any help gratefully accepted -
wrote on 14 May 2015, 11:18 last edited by
Hi,
what class are you talking about? QAbstractItemModel? -
wrote on 14 May 2015, 11:51 last edited by
Hi
Thanks for your reply. I am using QAbstractTableModel -
Hi,
You have the starting and ending indexes there, you can loop through the rows and columns given by them
Hope it helps
-
wrote on 15 May 2015, 01:35 last edited by alex_malyu
In other words you receive range: first index row to last index row, first index column to last index column.
Everything in between changed. -
wrote on 15 May 2015, 07:08 last edited by
Thanks
problem solved!
1/6