diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-04-15 05:17:39 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-15 13:22:16 -0700 |
commit | c111c4bb022229e66fb15cf8a7967bf79180a441 (patch) | |
tree | 67a74a29b102ffd766fd97793d7e24385af0c569 /mobile-widgets/qml/main.qml | |
parent | 00ac1c12db347d7a63c4c44a62f41b373cb84706 (diff) | |
download | subsurface-c111c4bb022229e66fb15cf8a7967bf79180a441.tar.gz |
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 <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r-- | mobile-widgets/qml/main.qml | 2 |
1 files changed, 2 insertions, 0 deletions
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) } |