aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2015-10-21 14:24:54 +0200
committerNico Vertriest <nico.vertriest@digia.com>2015-10-22 10:15:26 +0000
commitbef2dc8a236d4062f6b05b10cf99e6d081e4d6ce (patch)
treef3bbd5ca5ee4b1cba1e05a8e5e6ecbdc1fa0f0b4
parent9880e74a0c01a6af6c6ab2facc2ad683d3281c90 (diff)
Doc: corrected mistake in documentation Using Transitions
Task-number: QTWEBSITE-565 Change-Id: I669aee1acbc76a98e481f9b107f2d104b0fb60bd Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
-rw-r--r--src/quick/doc/src/concepts/modelviewsdata/modelview.qdoc9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/quick/doc/src/concepts/modelviewsdata/modelview.qdoc b/src/quick/doc/src/concepts/modelviewsdata/modelview.qdoc
index e928adba9c..324fc9750f 100644
--- a/src/quick/doc/src/concepts/modelviewsdata/modelview.qdoc
+++ b/src/quick/doc/src/concepts/modelviewsdata/modelview.qdoc
@@ -371,13 +371,12 @@ or removed from a positioner.
Transitions for adding items apply to items that are created as part of a
positioner, as well as those that are reparented to become children of a
positioner.
+
Transitions for removing items apply to items within a positioner that are
deleted, as well as those that are removed from a positioner and given new
parents in a document.
-Additionally, changing the opacity of items to zero will cause them to
-disappear using the remove transition, and making the opacity non-zero will
-cause them to appear using the add transition.
-
-
+\note Changing the opacity of items to zero will not cause them to
+disappear from the positioner. They can be removed and re-added by changing
+the visible property.
*/