diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2016-02-07 22:23:06 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-02-07 13:56:07 -0800 |
commit | d9763100940cbcff297d88a0f1597ba7bd07ea01 (patch) | |
tree | 5cb08483e2a79021e3872a3f4332c80c0216f7b8 /qt-mobile/qml/mobile-resources.qrc | |
parent | e1743896185dc0313ccac8aa5c8d58abf1cc2b62 (diff) | |
download | subsurface-d9763100940cbcff297d88a0f1597ba7bd07ea01.tar.gz |
Add top-right edit and back buttons for mobile
Adds a back button in edit mode, and an edit button for view mode.
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
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 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qt-mobile/qml/mobile-resources.qrc b/qt-mobile/qml/mobile-resources.qrc index 50565e0a8..e57fa5e13 100644 --- a/qt-mobile/qml/mobile-resources.qrc +++ b/qt-mobile/qml/mobile-resources.qrc @@ -1,5 +1,5 @@ <RCC> -<qresource prefix="/qml"> + <qresource prefix="/qml"> <file>main.qml</file> <file>TextButton.qml</file> <file>Preferences.qml</file> @@ -19,6 +19,8 @@ <file alias="subsurface-mobile-icon.png">../../icons/subsurface-mobile-icon.png</file> <file alias="main-menu.png">icons/main-menu.png</file> <file alias="context-menu.png">icons/context-menu.png</file> + <file alias="menu-edit.png">icons/menu-edit.png</file> + <file alias="menu-back.png">icons/menu-back.png</file> </qresource> <qresource prefix="/imports"> <file alias="org/kde/plasma/mobilecomponents/qmldir">mobilecomponents/qmldir</file> |