aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-08-07 13:07:36 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-08-07 11:24:31 +0000
commit4ee11c8c49e795150d8d065cd3d5d3b39c4aae46 (patch)
tree2dc7a3afd9e5cb61e29fc2b4dcc65875bb5b0c80 /src
parenta30138cae86268d71415bc88cfba157977f4a442 (diff)
Doc: Rename section titles to avoid auto-linker issues
The section titles cause links that should target QML types to link to the page sections. Renaming the section titles to link correctly. Task-number: QTBUG-59445 Change-Id: Idde600c87621d270c4e25a5dac0a55fbfc7a96ef Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/quick/doc/src/concepts/positioning/layouts.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/quick/doc/src/concepts/positioning/layouts.qdoc b/src/quick/doc/src/concepts/positioning/layouts.qdoc
index 55a2f90e88..9e15d46093 100644
--- a/src/quick/doc/src/concepts/positioning/layouts.qdoc
+++ b/src/quick/doc/src/concepts/positioning/layouts.qdoc
@@ -48,7 +48,7 @@ graphical types:
\annotatedlist qtquick-positioners
-\section2 Column
+\section2 Column Items
\div {class="float-right"}
\inlineimage qml-column.png
@@ -64,7 +64,7 @@ include a small amount of space between the rectangles.
Note that, since Column inherits directly from Item, any background color
must be added to a parent Rectangle, if desired.
-\section2 Row
+\section2 Row Items
\div {class="float-right"}
\inlineimage qml-row.png
@@ -80,7 +80,7 @@ left around the edges of the horizontally centered Row item.
\snippet qml/row.qml document
-\section2 Grid
+\section2 Grid Items
\div {class="float-right"}
\inlineimage qml-grid-spacing.png
@@ -100,7 +100,7 @@ themselves.
Any empty cells in the grid must be created by defining placeholder items
at the appropriate places in the Grid definition.
-\section2 Flow
+\section2 Flow Items
\div {class="float-right"}
\inlineimage qml-flow-text1.png