Norman0406 / LISA

Lightweight Integrated System for Amateur Radio
GNU General Public License v3.0
2 stars 1 forks source link

Settings with JSON #34

Open Norman0406 opened 9 years ago

Norman0406 commented 9 years ago

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.