summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/getting-started/controls-texteditor.qdoc4
-rw-r--r--doc/src/platforms/platform-notes-android.qdoc4
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