aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2014-01-21 16:05:27 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-10 11:01:46 +0100
commit04fad1fc554efcf3cfb92cf1d6c223169d6a9342 (patch)
tree1eef49736fa0488a7e294b631a0dcfb927ce859b
parent7f0faa7fb56435ab515a6178892c420b595a899f (diff)
Doc: note about visible and enabled in PropertyChanges
Change-Id: I0928737f1651fa98213a84dc4f8b5225d5239502 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
-rw-r--r--src/quick/util/qquickpropertychanges.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/quick/util/qquickpropertychanges.cpp b/src/quick/util/qquickpropertychanges.cpp
index 148c55bbcb..9eb6ec70c3 100644
--- a/src/quick/util/qquickpropertychanges.cpp
+++ b/src/quick/util/qquickpropertychanges.cpp
@@ -127,6 +127,11 @@ QT_BEGIN_NAMESPACE
See the PropertyAction documentation for more details.
+ \note The \l{Item::}{visible} and \l{Item::}{enabled} properties of \l Item do not behave
+ exactly the same as other properties in PropertyChanges. Since these properties can be
+ changed implicitly through their parent's state, they should be set explicitly in all PropertyChanges.
+ An item will still not be enabled/visible if one of its parents is not enabled or visible.
+
\sa {declarative/animation/states}{states example}, {Qt Quick States}{Qt Quick States}, {Qt QML}
*/