I have made a simple interest calculator that takes into account payments made (up to 108). This means that I have 108 payment boxes, and 108 date edits.
I now want to save that information. What would be the best way to go about it? I thought about using Session Management (http://doc.trolltech.com/latest/session.html), but that doesn't appear to be the right answer. The most obvious way to do it would be to take the array information and have it stored as a csv and then have that csv parsed back in when the user wants to load. However, that would require me writing 200+ if statements (unless there is some way to write a for statement that would also change the numbering of the spinboxes and date edits).
Are there any other ways to go about solving this problem?
Bookmarks