mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
ab44c78993
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>
9 lines
234 B
Text
9 lines
234 B
Text
<RCC>
|
|
<qresource prefix="/qml">
|
|
<file>main.qml</file>
|
|
<file>TextButton.qml</file>
|
|
<file>Preferences.qml</file>
|
|
<file>DiveList.qml</file>
|
|
<file>DiveDetails.qml</file>
|
|
</qresource>
|
|
</RCC>
|