summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/main.qml
diff options
context:
space:
mode:
authorGravatar Joakim Bygdell <j.bygdell@gmail.com>2016-02-13 18:34:31 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-13 10:04:05 -0800
commitae116c5bc80f152f4eb5061252f52e70903398c6 (patch)
tree0d52f673e387b6e47f7c93757e990a1750e19c25 /qt-mobile/qml/main.qml
parent8cc4463a1af4bbce2dd5ea61d6ab8a5b107fb3b7 (diff)
downloadsubsurface-ae116c5bc80f152f4eb5061252f52e70903398c6.tar.gz
QML UI: enable edit of gasmix
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.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml
index 2c066e242..68696b6aa 100644
--- a/qt-mobile/qml/main.qml
+++ b/qt-mobile/qml/main.qml
@@ -84,6 +84,7 @@ MobileComponents.ApplicationWindow {
detailsWindow.duration = ""
detailsWindow.suit = ""
detailsWindow.weight = ""
+ detailsWindow.gasmix = ""
detailsWindow.startpressure = ""
detailsWindow.endpressure = ""
stackView.push(detailsWindow)