summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/mobile-resources.qrc
diff options
context:
space:
mode:
authorGravatar jan Iversen <jan@casacondor.com>2019-11-23 20:44:23 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-12-26 10:21:11 -0800
commitfac8d5b125bf473425fd2f006616a9782502cd04 (patch)
tree487efc85210aeb9ea86432bb87a29841fb34e5ca /mobile-widgets/qml/mobile-resources.qrc
parent800973a9206e2479683ed1b0cc554834620f3034 (diff)
downloadsubsurface-fac8d5b125bf473425fd2f006616a9782502cd04.tar.gz
mobile-widgets/qml: add diveplanner pages
Diveplanner consist of 3 pages: - Edit, creation of the plan - View, view the plan - Manager, list/delete/select stored diveplans With the current navigation system (pageStack) View needs to be split in multiple pages. 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.qrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc
index df22a4cc8..a4ed885ae 100644
--- a/mobile-widgets/qml/mobile-resources.qrc
+++ b/mobile-widgets/qml/mobile-resources.qrc
@@ -17,6 +17,10 @@
<file>DiveList.qml</file>
<file>DownloadFromDiveComputer.qml</file>
<file>DownloadedDiveDelegate.qml</file>
+ <file>DivePlannerEdit.qml</file>
+ <file>DivePlannerManager.qml</file>
+ <file>DivePlannerSetup.qml</file>
+ <file>DivePlannerView.qml</file>
<file>Export.qml</file>
<file>GpsList.qml</file>
<file>HintsTextEdit.qml</file>