aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/config/qtcreator-project.qdocconf1
-rw-r--r--doc/src/qtquick/qtquick-uiforms-tutorial.qdoc4
2 files changed, 2 insertions, 3 deletions
diff --git a/doc/config/qtcreator-project.qdocconf b/doc/config/qtcreator-project.qdocconf
index d31caa91b53..9eb4f835219 100644
--- a/doc/config/qtcreator-project.qdocconf
+++ b/doc/config/qtcreator-project.qdocconf
@@ -40,7 +40,6 @@ indexes += $QDOC_INDEX_DIR/qtwidgets/qtwidgets.index \
$QDOC_INDEX_DIR/qtquickcontrols/qtquickcontrols.index \
$QDOC_INDEX_DIR/qtquickcontrols2/qtquickcontrols2.index \
$QDOC_INDEX_DIR/qtquickextras/qtquickextras.index \
- $QDOC_INDEX_DIR/qtquicklayouts/qtquicklayouts.index \
$QDOC_INDEX_DIR/qtlinguist/qtlinguist.index \
$QDOC_INDEX_DIR/qtscript/qtscript.index \
$QDOC_INDEX_DIR/qtscxml/qtscxml.index \
diff --git a/doc/src/qtquick/qtquick-uiforms-tutorial.qdoc b/doc/src/qtquick/qtquick-uiforms-tutorial.qdoc
index a4b1aea33da..02dcfe3e523 100644
--- a/doc/src/qtquick/qtquick-uiforms-tutorial.qdoc
+++ b/doc/src/qtquick/qtquick-uiforms-tutorial.qdoc
@@ -156,10 +156,10 @@
\endcode
Remove the \c width and \c height properties from the ApplicationWindow
- type and use a Layout type in the MainForm type to set the minimum and
+ type and use a \l Layout type in the MainForm type to set the minimum and
preferred size of the main view.
- To use the Layouts, import QtQuick Layouts:
+ To use the Layout type, import Qt Quick Layouts:
\quotefromfile uiforms/main.qml
\skipto QtQuick.Layouts