I would advice using SQLite database for these purposes. It is included in Qt package and is very simple for usage.
All data is stored in one file and no additional installation for this database is required. All that you will need is to load sql driver (it is in Qt package)
All the info could be found in Qt docs




Reply With Quote


Bookmarks