From c111c4bb022229e66fb15cf8a7967bf79180a441 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 15 Apr 2016 05:17:39 -0700 Subject: QML UI: add elements to allow editing the GPS coordinates This isn't hooked up, yet, but provides the UI Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/main.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mobile-widgets/qml/main.qml') diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 4f75f2d7f..c950fd316 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -69,12 +69,14 @@ Kirigami.ApplicationWindow { detailsWindow.divemaster = "" detailsWindow.notes = "" detailsWindow.location = "" + detailsWindow.gps = "" detailsWindow.duration = "" detailsWindow.suit = "" detailsWindow.weight = "" detailsWindow.gasmix = "" detailsWindow.startpressure = "" detailsWindow.endpressure = "" + detailsWindow.gpsCheckbox = false stackView.push(detailsWindow) } -- cgit v1.2.3-70-g09d2