diff options
author | jan Iversen <jan@casacondor.com> | 2020-01-24 10:36:54 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-01-27 14:25:03 -0800 |
commit | b6e86a1c70bd764734acffbef251b466fa7156fa (patch) | |
tree | 5974e47103e70a7af0497114cb61564e452aabb6 /mobile-widgets/qml/mobile-resources.qrc | |
parent | 6cd46bee063f3cc90934480cba3f8fb7908149bd (diff) | |
download | subsurface-b6e86a1c70bd764734acffbef251b466fa7156fa.tar.gz |
mobile-widgets/qml: add DiveSummary.qml
Add DivePlannerSummary, a page to show in dive centers.
Allow user to select period for the 2 colums in DiveSummary.
Default is "Total" and "3 month", but allowing the user to change
these, make it a very simple tool to view how the user progresses.
Variables are taken from Backend.
[Dirk Hohndel: adjusted text strings as these aren't really months]
Signed-off-by: jan Iversen <jan@casacondor.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 7d37b0c74..a7e5b3937 100644 --- a/mobile-widgets/qml/mobile-resources.qrc +++ b/mobile-widgets/qml/mobile-resources.qrc @@ -24,6 +24,7 @@ <file>DivePlannerManager.qml</file> <file>DivePlannerSetup.qml</file> <file>DivePlannerView.qml</file> + <file>DiveSummary.qml</file> <file>Export.qml</file> <file>GpsList.qml</file> <file>HintsTextEdit.qml</file> |