QSettings stores settings in ini format. A more cleaner way would be to use JSON instead, so implement a settings class that uses JSON to store settings. Additionally, the settings entries should be grouped by plugin and individual plugin-internal groups.
QSettings stores settings in ini format. A more cleaner way would be to use JSON instead, so implement a settings class that uses JSON to store settings. Additionally, the settings entries should be grouped by plugin and individual plugin-internal groups.