I have 2 datas which type is QMap:
1.QMap novel; QString tempChapter; QString tempStory;
2.QMap combo; int tempInd; QString tempChap;
my question is: How can I save these 2 Datas into a single file?? And if it's successfully saved, how can I load these 2 datas? Please insert the code too because I'm a beginner C++ programmer and dont know much about OOP,, please answer this ASAP! Thank you very much! :)