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:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user