diff options
Diffstat (limited to 'qt-mobile')
-rw-r--r-- | qt-mobile/DiveDetails.qml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qt-mobile/DiveDetails.qml b/qt-mobile/DiveDetails.qml index 3c5120a85..d6a562630 100644 --- a/qt-mobile/DiveDetails.qml +++ b/qt-mobile/DiveDetails.qml @@ -91,6 +91,13 @@ Item { } } } + Button { + text: "Show/Hide Dive Profile" + onClicked: { + qmlProfile.visible = !qmlProfile.visible + } + } + GridLayout { id: editorDetails width: parent.width |