Recommendation: Application Persistence (Configuration, Status etc)
General and Desktop
3
Posts
2
Posters
2.2k
Views
1
Watching
-
Each platform has its own mechanism: Windows uses Registry, Mac uses pFiles, Linux... well, probably uses .ini files.
When building a QT application that runs on all platforms and needs to locally persist configuration & states of various elements, is there a recommendation for a Qt class that handles property persistence such that all I have to bother with is "Read", "Write" calls and 'property' retrieval/update?