diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-02-21 21:32:40 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-10 09:25:57 -0700 |
commit | 4b4df28ecdd528c3ad74b95b6ab00a29f24d256a (patch) | |
tree | 57bc766dff682a648239328150004624ae0a21e7 /mobile-widgets/qml/main.qml | |
parent | 028807ebc5085652c53f75c1419e9cca988cd0a9 (diff) | |
download | subsurface-4b4df28ecdd528c3ad74b95b6ab00a29f24d256a.tar.gz |
mobile UI: add divelist context drawer action to edit trip details
For now this only shows the trip details. They can be edited on the page, but
there is no way to save those edits, yet.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r-- | mobile-widgets/qml/main.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 2b6eb5d6e..2c9cd5b68 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -762,6 +762,11 @@ if you have network connectivity and want to sync your data to cloud storage."), visible: false } + TripDetails { + id: tripEditWindow + visible: false + } + Log { id: logWindow visible: false |