diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-01-06 18:11:24 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-06 18:21:09 -0800 |
commit | e5f95daee80a45f4300c129e38a2681d83bef3d7 (patch) | |
tree | 5ed3bee58059f3995c29b86665f06b099b965508 /qt-mobile/qml/mobile-resources.qrc | |
parent | 9a28807dd39adf499d4bfaf94b4356e319e55f67 (diff) | |
download | subsurface-e5f95daee80a45f4300c129e38a2681d83bef3d7.tar.gz |
QML UI: reimplement context menu for dive details
With the mobile components fixed we can now simply switch between different
menu content - no need to play games and redefine the actions on the fly. This
also adds a cancel button for editing and cleans up when the user hits cancel.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml/mobile-resources.qrc')
-rw-r--r-- | qt-mobile/qml/mobile-resources.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qml/mobile-resources.qrc b/qt-mobile/qml/mobile-resources.qrc index effb112f0..b6393fc91 100644 --- a/qt-mobile/qml/mobile-resources.qrc +++ b/qt-mobile/qml/mobile-resources.qrc @@ -45,5 +45,6 @@ <file alias="org/kde/plasma/mobilecomponents/icons/document-edit.svg">mobilecomponents/icons/document-edit.svg</file> <file alias="org/kde/plasma/mobilecomponents/icons/document-save.svg">mobilecomponents/icons/document-save.svg</file> <file alias="org/kde/plasma/mobilecomponents/icons/view-readermode.svg">mobilecomponents/icons/view-readermode.svg</file> + <file alias="org/kde/plasma/mobilecomponents/icons/dialog-cancel.svg">mobilecomponents/icons/dialog-cancel.svg</file> </qresource> </RCC> |