Export dives in UDDF format

Implement exporting in UDDF format as was done in Gtk version. File menu
exports all the dives, right click on selection exports the selected
ones.

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2013-10-19 20:35:36 +03:00 committed by Dirk Hohndel
parent bdedf46e4c
commit 3e48511318
5 changed files with 83 additions and 2 deletions

View file

@ -41,6 +41,7 @@ public slots:
void mergeTripBelow();
void mergeDives();
void saveSelectedDivesAs();
void exportSelectedDivesAsUDDF();
signals:
void currentDiveChanged(int divenr);