diff options
| author | Dheerendra FullName <dheerendra@pthinks.com> | 2024-09-23 19:08:40 +0530 |
|---|---|---|
| committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2024-09-29 15:18:25 +0000 |
| commit | 9ea699adfe0655ac2b7690e177b2593b52e9758b (patch) | |
| tree | ee63e6715e9ca478bd94c94341329f6281a37b00 | |
| parent | 38957d7ab091a58f50a10481228f51955e02e17c (diff) | |
Remove reference to anchors from positioning documentation
The documentation in qtdeclarative/quick/src/quick/doc/src/concepts/positioning/righttoleft.qdoc
contains references to anchors, which no longer exist.
Remove the reference.
Fixes: QTBUG-128445
Change-Id: Ie520a167fe93588f01185cc100abc0dea63ec431
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
(cherry picked from commit a0f23c9122a2740cad064ae492945f9f582ada2a)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 219f7a93494e4a487a1dcca4029859d4feb9a381)
| -rw-r--r-- | src/quick/doc/src/concepts/positioning/righttoleft.qdoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/quick/doc/src/concepts/positioning/righttoleft.qdoc b/src/quick/doc/src/concepts/positioning/righttoleft.qdoc index 7c7c314fc3..b3c9d0a99f 100644 --- a/src/quick/doc/src/concepts/positioning/righttoleft.qdoc +++ b/src/quick/doc/src/concepts/positioning/righttoleft.qdoc @@ -81,8 +81,7 @@ Applying mirroring in this manner does not change the actual value of the releva \c effectiveLayoutDirection can be used to query the effective layout direction of positioners and model views that takes the mirroring into account. Similarly the \l Text, \l TextInput and \l TextEdit types have gained the read-only property \c effectiveHorizontalAlignment -for querying the effective visual alignment of text. For anchors, the read only -\l {Item::anchors.top}{anchors.mirrored} property reflects whether anchors have been mirrored. +for querying the effective visual alignment of text. Note that application layouts and animations that are defined using \l {Item::}{x} property values (as opposed to anchors or positioner types) are not affected by the \l LayoutMirroring attached property. |
