Monday, 26 August 2013

Does dataChanged signal in QAbstractItemModel include the change of its children?

Does dataChanged signal in QAbstractItemModel include the change of its
children?

For example, I change a parent and its children. Is it enough to just emit
a dataChanged signal for only the parent index?

No comments:

Post a Comment