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>
This commit is contained in:
Grace Karanja 2015-07-21 15:00:29 +03:00
parent ea11eff279
commit ab44c78993
4 changed files with 105 additions and 123 deletions

View file

@ -104,4 +104,8 @@ ApplicationWindow {
visible: false
}
DiveDetails {
id: detailsWindow
visible: false
}
}