From 8dcb6fa25cc9a1e9227181d2e6e3908f0d99cc75 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 13 Mar 2016 11:13:04 -0700 Subject: QML UI: show user manual in browser window This is so obvious... and I know others asked for this before. Should definitely have been in the first version... Fixes #1026 Signed-off-by: Dirk Hohndel --- qt-mobile/qml/main.qml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'qt-mobile/qml') diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml index 4e2c42f7b..259cb5d99 100644 --- a/qt-mobile/qml/main.qml +++ b/qt-mobile/qml/main.qml @@ -189,6 +189,12 @@ MobileComponents.ApplicationWindow { } } }, + Action { + text: "User manual" + onTriggered: { + manager.showUserManual() + } + }, Action { text: "About" onTriggered: { -- cgit v1.2.3-70-g09d2