Looks like you are going down one level too much.
Initially the root index is QModelIndex(), you want index(0, 0), but you are setting index(0, 0, index(0, 0)
Cheers,
_
Looks like you are going down one level too much.
Initially the root index is QModelIndex(), you want index(0, 0), but you are setting index(0, 0, index(0, 0)
Cheers,
_
Bookmarks