Working XML Backup and Restore

The ConfigureDiveComputer class now has functions for complete
XML backup and restore. These dump the loaded settings on a
dive computer to an XML file, and there is an option to
restore them.

Signed-off-by: Joseph W. Joshua <joejoshw@gmail.com>
Signed-off-by: Thiago Macieira <thiago@macieira.org>
This commit is contained in:
Joseph W. Joshua 2014-06-11 09:37:27 +03:00 committed by Thiago Macieira
parent e54d7d9178
commit aad60ef6da
4 changed files with 115 additions and 13 deletions

View file

@ -33,6 +33,8 @@ private slots:
void reloadValues();
void on_backupButton_clicked();
void on_restoreBackupButton_clicked();
private:
Ui::ConfigureDiveComputerDialog *ui;