0
How to save data and use again
think have a mainwindow with a qlinedit and a combobox, and a add button, we write our family members name in qlineedit and add to combobox, but when close mainwindow(application) and run again we didnt see any family member in combobox, how we should write code to work correctly.
2 Respostas
+ 2
Save data in seperate file like txt. And when you launch your app, load the txt file and build up your ui according to it.
0
I caaaaaaaan :))))))).
thaaaaank