summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/Preferences.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/qml/Preferences.qml')
-rw-r--r--qt-mobile/qml/Preferences.qml18
1 files changed, 18 insertions, 0 deletions
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