aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2021-09-15 11:14:23 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-17 13:06:04 +0000
commit341604be545b0fe43b18f3822e9c9da918f5f675 (patch)
treec284613deee61e6b063ee32f963a10b124327eea
parent383b70aba1e27adb3e836db6f41edd2c8b6275ef (diff)
Doc: mention that clipping can affect performance and link to page
Amends c1c01e21d1a745eccb17d61e10d7f8a4d54d3a43. Change-Id: Id47df551065a2ae245b4909225fba08f6c07d274 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> (cherry picked from commit 9ab38cb213da03545d2430a7aeda8ac942cecc5f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/quick/items/qquickitem.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/quick/items/qquickitem.cpp b/src/quick/items/qquickitem.cpp
index dfc3ece60d..2389a44437 100644
--- a/src/quick/items/qquickitem.cpp
+++ b/src/quick/items/qquickitem.cpp
@@ -3717,6 +3717,9 @@ QList<QQuickItem *> QQuickItem::childItems() const
If clipping is enabled, an item will clip its own painting, as well
as the painting of its children, to its bounding rectangle.
+
+ \note Clipping can affect rendering performance. See \l {Clipping} for more
+ information.
*/
/*!
\property QQuickItem::clip