Save application settings
-
Hello forum,
I am developing a small app that has several modules whose configuration need to to be saved under different path as follows:
/Settings/Debug/
/Settings/Haptic/And i have separate functions to save to this different paths.
Now will it suffice if i have a single QSettings object and call each time the static function to save these configurations into different paths or i have to create new QSettings object for each of the module configurations.
Regards,
Sajjad