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/mobile-resources.qrc | |
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/mobile-resources.qrc')
-rw-r--r-- | qt-mobile/mobile-resources.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/mobile-resources.qrc b/qt-mobile/mobile-resources.qrc index d0fe06701..a82976eb0 100644 --- a/qt-mobile/mobile-resources.qrc +++ b/qt-mobile/mobile-resources.qrc @@ -4,5 +4,6 @@ <file>TextButton.qml</file> <file>Preferences.qml</file> <file>DiveList.qml</file> + <file>DiveDetails.qml</file> </qresource> </RCC> |