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

@ -4,5 +4,6 @@
<file>TextButton.qml</file>
<file>Preferences.qml</file>
<file>DiveList.qml</file>
<file>DiveDetails.qml</file>
</qresource>
</RCC>