I would like to save a list of QObjects into a file and read it again in the easiest way possible. Can I use QDataStream for this (writeListVariant, readListVariant)? How can I do this?
I would like to save a list of QObjects into a file and read it again in the easiest way possible. Can I use QDataStream for this (writeListVariant, readListVariant)? How can I do this?