diff options
author | jan Iversen <jan@casacondor.com> | 2019-11-17 19:24:47 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-03 21:30:39 -0800 |
commit | 578abeda80739b48b8eda3aa29e4667a6b5782e4 (patch) | |
tree | 8294b6b74c156ffadd801850af0a8c39494c18ea /mobile-widgets/qml/mobile-resources.qrc | |
parent | 86aa96936aaabcfffbbaccf84aed2da842f7001f (diff) | |
download | subsurface-578abeda80739b48b8eda3aa29e4667a6b5782e4.tar.gz |
mobile-widgets/qml: add export page
Prepare page for exporting the diveLog (feature currently
only in the desktop version).
Add Radiobuttons to select type of export
also add "anonymize button"
and a "explain" text field
Subsurface-mobile does not allow selection of dives, therefore
export will always be all dives
Signed-off-by: Jan Iversen <jan@casacondor.com>
Diffstat (limited to 'mobile-widgets/qml/mobile-resources.qrc')
-rw-r--r-- | mobile-widgets/qml/mobile-resources.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc index d79d5a13c..3cd009f86 100644 --- a/mobile-widgets/qml/mobile-resources.qrc +++ b/mobile-widgets/qml/mobile-resources.qrc @@ -9,6 +9,7 @@ <file>DiveList.qml</file> <file>DownloadFromDiveComputer.qml</file> <file>DownloadedDiveDelegate.qml</file> + <file>Export.qml</file> <file>GpsList.qml</file> <file>HintsTextEdit.qml</file> <file>Log.qml</file> |