mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: add preference for webservice user id
This handles the user id for the Subsurface webservice for GPS location tracking. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6124842b0c
commit
d65b756c4f
3 changed files with 43 additions and 0 deletions
|
@ -72,6 +72,24 @@ Item {
|
|||
id: savePassword
|
||||
}
|
||||
|
||||
Label {
|
||||
text: "Subsurface GPS data webservice"
|
||||
Layout.bottomMargin: units.largeSpacing
|
||||
font.pointSize: units.titlePointSize
|
||||
Layout.columnSpan: 2
|
||||
}
|
||||
|
||||
Label {
|
||||
text: "ID"
|
||||
Layout.alignment: Qt.AlignRight
|
||||
}
|
||||
|
||||
TextField {
|
||||
id: userid
|
||||
text: manager.ssrfGpsWebUserid
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
|
||||
Item { width: units.gridUnit; height: width }
|
||||
Item {
|
||||
height: saveButton.height
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue