12-30-2012 03:39 AM
Hi everry body,
I'm want to save my app state and I'm confused between using QSetting and save app state to "data" folder!
I found this: save state and QSetting
I don't know which is safer? I don't want any one can get infomation in my app state!
Thanks!
Solved! Go to Solution.
12-30-2012 05:10 AM
12-30-2012 07:59 AM - edited 12-30-2012 08:00 AM
I'm using QSettings - stores the settings in data folder inside your app sandbox, so its relative secure -
you can do a Base64 encoding so its not readable without dev-knowledge
for most kind of app-settings and state from my POV QSettings is OK
and its easy to test and debug from TargetFileSystemNavigator View