From d65b756c4ff3cf929114d2a48d1a0aa22f481ed9 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 13 Nov 2015 17:14:22 -0800 Subject: 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 --- qt-mobile/qml/Preferences.qml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'qt-mobile/qml/Preferences.qml') diff --git a/qt-mobile/qml/Preferences.qml b/qt-mobile/qml/Preferences.qml index b199be739..24f758f6b 100644 --- a/qt-mobile/qml/Preferences.qml +++ b/qt-mobile/qml/Preferences.qml @@ -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 -- cgit v1.2.3-70-g09d2