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>
This commit is contained in:
Dirk Hohndel 2016-04-15 05:17:39 -07:00
parent 00ac1c12db
commit c111c4bb02
3 changed files with 17 additions and 5 deletions

View file

@ -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)
}