mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: add second action to GPS list entries
This one will allow people to see the location on a map. Also not implemented, yet. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f61b83301a
commit
038cfcba91
3 changed files with 8 additions and 0 deletions
|
|
@ -92,6 +92,12 @@ MobileComponents.Page {
|
|||
onTriggered: {
|
||||
print("delete this!")
|
||||
}
|
||||
},
|
||||
Action {
|
||||
iconName: "gps"
|
||||
onTriggered: {
|
||||
print("show map")
|
||||
}
|
||||
}
|
||||
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue