You have to serialize the item using QDataStream in your own code. Serializing a list of pointers is exactly that -- serializing a list of pointers, not a list of objects. There is no ready code to serialize any possible graphics item, you need to write code dedicated to your item classes.





Reply With Quote
Bookmarks