I have an application in Qt , tell me what to use if I want to, when I exit the application, the data that I store in the class object, for example MyData , is preserved. And when we start the application again, the data already in the application would have been saved.
QSettings, either simply in files or in a database (for examplesqlite). - aleks.andr