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:
Dirk Hohndel 2015-11-13 17:14:22 -08:00
parent 6124842b0c
commit d65b756c4f
3 changed files with 43 additions and 0 deletions

View file

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