TallFurryMan / kstars

Desktop Planetarium
GNU General Public License v2.0
0 stars 0 forks source link

Provide settings serialization for all modules #34

Open TallFurryMan opened 4 years ago

TallFurryMan commented 4 years ago

Settings configured in each tab should be serializable to XML files for transfer through D-Bus or to a storage backend. The kstars options is a good current database, but doesn't allow support for device-specific configurations. Settings should also use the Qt view/model framework with the abstract item model paradigm.