Add HTML tab in export dialog

- Separate the export dialog into two tabs general exports for other
  exports and HTML export.
- Save HTML settings to JSON file
- Copy HTML templates to the exporting directory

Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Gehad elrobey 2014-06-01 07:38:59 +03:00 committed by Dirk Hohndel
parent b6fce3f556
commit e21032c99b
3 changed files with 560 additions and 237 deletions

View file

@ -23,6 +23,8 @@ slots:
private:
Ui::DiveLogExportDialog *ui;
void showExplanation();
void exportHtmlInit(QString filename);
void exportHTMLsettings(QString filename);
};
#endif // DIVELOGEXPORTDIALOG_H