mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Printing: support importing/exporting of templates
Implement 'import/export' features, so it's easier to share customized printing templates. Also support deleting existing templates. Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
fc9cba692e
commit
1dd2518624
2 changed files with 40 additions and 0 deletions
|
@ -69,6 +69,9 @@ slots:
|
|||
void on_radioDiveListPrint_clicked(bool check);
|
||||
void on_printTemplate_currentIndexChanged(int index);
|
||||
void on_editButton_clicked();
|
||||
void on_importButton_clicked();
|
||||
void on_exportButton_clicked();
|
||||
void on_deleteButton_clicked();
|
||||
};
|
||||
|
||||
#endif // PRINTOPTIONS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue