aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicklayouts
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-07-04 11:09:23 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-07-05 10:34:11 +0000
commitb4bd53084873082710ee2e6d6a02409d0bf1ce71 (patch)
tree40fa43cd4188a6f3863f37f2a46749a7d5ae619e /src/quicklayouts
parent1cf5665e1590b93ecc5abea099cdb86573f60f18 (diff)
Doc: Fix linking issues
* Remove broken links to 'Scene Graph - Rendering FBOs' example as it no longer exists. * Remove a link to 'Calendar Example' from a list of QML examples; this was a widgets example. * TableView: Fix linking to enumeration values and change enum properties to use \value commands. * LayoutItemProxy: Fix linking to Item.visible property. * Shape: Fix broken links to enumeration values. Pick-to: 6.6 Change-Id: Id3a33cac722dd62c61792eeb7163a01d6fd2b6e5 Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
Diffstat (limited to 'src/quicklayouts')
-rw-r--r--src/quicklayouts/qquicklayoutitemproxy.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/quicklayouts/qquicklayoutitemproxy.cpp b/src/quicklayouts/qquicklayoutitemproxy.cpp
index fe0442c140..bfa81c8f12 100644
--- a/src/quicklayouts/qquicklayoutitemproxy.cpp
+++ b/src/quicklayouts/qquicklayoutitemproxy.cpp
@@ -25,14 +25,14 @@
future versions of Qt.
The LayoutItemProxy will try to take control of the \l{target} item if it
- is is \l{visible}. Taking control will position and resize the \l{target}
- item to match the position and size of the LayoutItemProxy. Further, the
- LayoutItemProxy will set itself as the parent of the
+ is \l [QML] {Item::}{visible}. Taking control will position and resize the
+ \l{target} item to match the position and size of the LayoutItemProxy.
+ Further, the LayoutItemProxy will set itself as the parent of the
\l{target} (to ensure event delivery and useful drawing order) and set the
visibility to \c true. Multiple LayoutItemProxies can \l{target} the same
item, but only one LayoutItemProxy can control an item at a time. Therefore
- only one of the proxies targeting the same item should be \l visible at a
- time. If multiple proxies target the same item but \l visible is set to
+ only one of the proxies targeting the same item should be visible at a
+ time. If multiple proxies target the same item but \e visible is set to
false for each proxy, the item will also be invisible.
All \l{Layout} attached properties of the \l {target}, as well as the