diff options
author | Grace Karanja <gracie.karanja89@gmail.com> | 2015-07-21 15:00:29 +0300 |
---|---|---|
committer | Grace Karanja <gracie.karanja89@gmail.com> | 2015-07-22 09:53:19 +0300 |
commit | ab44c789939fc4472dfc8106b9cb5f709cbe7e1c (patch) | |
tree | 6fc40b626c89cec6e3017289cd3138d46e961c62 /qt-mobile/main.qml | |
parent | ea11eff27900b0929068c2fd18728db6412484cf (diff) | |
download | subsurface-ab44c789939fc4472dfc8106b9cb5f709cbe7e1c.tar.gz |
QML UI: Move DiveDetails to the StackView
Add a DiveDetails.qml to hold the dive details, and display it in
the stack view when the user taps on a dive.
Signed-off-by: Grace Karanja <gracie.karanja89@gmail.com>
Diffstat (limited to 'qt-mobile/main.qml')
-rw-r--r-- | qt-mobile/main.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qt-mobile/main.qml b/qt-mobile/main.qml index d64c27760..adceb9a02 100644 --- a/qt-mobile/main.qml +++ b/qt-mobile/main.qml @@ -104,4 +104,8 @@ ApplicationWindow { visible: false } + DiveDetails { + id: detailsWindow + visible: false + } } |