summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-12-05 22:57:21 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-12-05 22:59:07 (GMT)
commitdb506f31cf98d050aef10534fb5dad7058f64caf (patch)
tree4aaf9fa9a629fd6594acf9cb96a58a590197b8d4 /src/declarative
parent14e4fd08ff67578dccf5e85a88fcadf747ae5852 (diff)
downloadQt-db506f31cf98d050aef10534fb5dad7058f64caf.zip
Qt-db506f31cf98d050aef10534fb5dad7058f64caf.tar.gz
Qt-db506f31cf98d050aef10534fb5dad7058f64caf.tar.bz2
Doc: make it clear that "z" affects sibling stacking order.
Task-number: QTBUG-15802
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/graphicsitems/qdeclarativeitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeitem.cpp b/src/declarative/graphicsitems/qdeclarativeitem.cpp
index 9d6fe12..932e68f 100644
--- a/src/declarative/graphicsitems/qdeclarativeitem.cpp
+++ b/src/declarative/graphicsitems/qdeclarativeitem.cpp
@@ -1809,9 +1809,9 @@ void QDeclarativeItem::setClip(bool c)
/*!
\qmlproperty real Item::z
- Sets the stacking order of the item. By default the stacking order is 0.
+ Sets the stacking order of sibling items. By default the stacking order is 0.
- Items with a higher stacking value are drawn on top of items with a
+ Items with a higher stacking value are drawn on top of siblings with a
lower stacking order. Items with the same stacking value are drawn
bottom up in the order they appear. Items with a negative stacking
value are drawn under their parent's content.