From 4b4df28ecdd528c3ad74b95b6ab00a29f24d256a Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 21 Feb 2020 21:32:40 -0800 Subject: 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 --- mobile-widgets/qml/main.qml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mobile-widgets/qml/main.qml') 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 -- cgit v1.2.3-70-g09d2