From f2ebdc79b6daf43f10402a9bd11516f5a41c38d3 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Fri, 9 Oct 2015 15:28:43 +0200 Subject: Doc: corrected link issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iad431288e7baeedf4cfdb696f401b6999dbdf692 Task-number: QTBUG-43810 Reviewed-by: Topi Reiniƶ Reviewed-by: Martin Smith --- doc/src/getting-started/controls-texteditor.qdoc | 4 ++-- doc/src/platforms/platform-notes-android.qdoc | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/src/getting-started/controls-texteditor.qdoc b/doc/src/getting-started/controls-texteditor.qdoc index a0c99ca6..8b9c8601 100644 --- a/doc/src/getting-started/controls-texteditor.qdoc +++ b/doc/src/getting-started/controls-texteditor.qdoc @@ -244,7 +244,7 @@ In the \uicontrol Navigator window, make sure that the tool bar is a child of th application window. To make the tool bar a child of the window, simply drag the tool bar underneath the application window. -Within the tool bar, we need a \e{row} layout. Drag the \e{Row Layout} into the +Within the tool bar, we need a \e{row} layout. Drag the \e{row} layout into the \uicontrol Navigator window and set it to be a child of the tool bar. Similarly, set these layout properties: @@ -374,7 +374,7 @@ The wizard creates a \uicontrol DocumentHandler class in two files, There are two functionalities we can expose to QML, the file loading and saving. We can do this by creating \e properties and binding them to C++ -functions through \l{Qt's Property System}. +functions through the \l{The Property System}{Qt Property System}. In the \e documenthandler.h header file, add the following functions with their respective access modifier: diff --git a/doc/src/platforms/platform-notes-android.qdoc b/doc/src/platforms/platform-notes-android.qdoc index 0b501d0d..9cf572ec 100644 --- a/doc/src/platforms/platform-notes-android.qdoc +++ b/doc/src/platforms/platform-notes-android.qdoc @@ -156,7 +156,9 @@ or later. This affects camera preview and video player features. Additionally, the \l{Qt Multimedia Widgets} module is not supported on Android, which means - video display is only available using the VideoOutput and \l{QtMultimedia::Video}{Video} QML items. + video display is only available using the VideoOutput and the \l [QML]{QtMultimedia::}{Video} + QML Type. + \section1 Assets File System -- cgit v1.2.1