I am struggling to understand QPersistentModelIndex. The documentation says that it allows me to "save" indexes. What does "save" mean... save to disk and reload when I run the program again? Or is it limited to the lifetime of the model?
I note that there are some functions relating to persistent indexes in QAbstractItemModel; do I need to add persistent index support to my model by myself?
In a nutshell, how do QPersistentModelIndexes "work"?
Thanks,
Dan.
Bookmarks