From 034ffa229bd7a1b2552f921c7a8ed7685fd1f246 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 28 Jan 2016 18:26:37 -0800 Subject: QML UI: add field to edit the total weight This isn't hooked up to anything, yet. Signed-off-by: Dirk Hohndel --- qt-mobile/qml/DiveDetailsEdit.qml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'qt-mobile/qml') diff --git a/qt-mobile/qml/DiveDetailsEdit.qml b/qt-mobile/qml/DiveDetailsEdit.qml index ed32e5d50..992f620ff 100644 --- a/qt-mobile/qml/DiveDetailsEdit.qml +++ b/qt-mobile/qml/DiveDetailsEdit.qml @@ -21,7 +21,9 @@ Item { property alias notesText: txtNotes.text property alias durationText: txtDuration.text property alias depthText: txtDepth.text + property alias weightText: txtWeight.text property int forcedWidth + height: editArea.height ColumnLayout { id: editArea @@ -132,6 +134,15 @@ Item { Layout.fillWidth: true } + MobileComponents.Label { + Layout.alignment: Qt.AlignRight + text: "Weight:" + } + TextField { + id: txtWeight + Layout.fillWidth: true + } + MobileComponents.Label { Layout.columnSpan: 2 Layout.alignment: Qt.AlignLeft -- cgit v1.2.3-70-g09d2