Doc: note about visible and enabled in PropertyChanges
authorFrederik Gladhorn <frederik.gladhorn@digia.com>
Tue, 21 Jan 2014 15:05:27 +0000 (16:05 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 10 Feb 2014 10:01:46 +0000 (11:01 +0100)
Change-Id: I0928737f1651fa98213a84dc4f8b5225d5239502
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
src/quick/util/qquickpropertychanges.cpp

index 148c55b..9eb6ec7 100644 (file)
@@ -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}
 */