I am using Qt5.2.1 and I made a program that stores some data into a file and then reads the data.
it stores some variables values.
After I restart my program... I want to read those values and re-store the values of those variables... How can I do this? I am fairly new to Qt (programming altogether).
Thank you in advance.
this is some text inside the file -
500 - 1000 : 29
1000 - 1500 : 0
1500 - 2000 : 0
2000 - 2500 : 0
here the 29,0,0,0 are the values and I would like to assign them to the variables.