summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/main.qml
diff options
context:
space:
mode:
authorGravatar Joakim Bygdell <j.bygdell@gmail.com>2016-02-09 17:20:17 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-09 12:11:09 -0800
commit8c9883cfcf66de99f6a563161918927ae0fb2f00 (patch)
tree98c5d25a377cf89a7d1a758b6eb91cb684d0eabf /qt-mobile/qml/main.qml
parentf3b35d175a381a57447b2ff33a8cd6d0db69b924 (diff)
downloadsubsurface-8c9883cfcf66de99f6a563161918927ae0fb2f00.tar.gz
QML UI: enable edit of cylinder pressures
First cylinder only, show warning if there are more than one cylinder defined. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml/main.qml')
-rw-r--r--qt-mobile/qml/main.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml
index ee1824231..6054b2fe6 100644
--- a/qt-mobile/qml/main.qml
+++ b/qt-mobile/qml/main.qml
@@ -71,6 +71,8 @@ MobileComponents.ApplicationWindow {
detailsWindow.duration = ""
detailsWindow.suit = ""
detailsWindow.weight = ""
+ detailsWindow.startpressure = ""
+ detailsWindow.endpressure = ""
stackView.push(detailsWindow)
}
}