In QML. rather than zValue, it's just z.

Rectangle {
   z: otherItem.z + 1
}


Alan

On Aug 23, 2010, at 10:48 AM, ext alexis.men...@nokia.com wrote:

> 
> On 23. aug. 2010, at 19.22, ext Jayesh Chaudhary wrote:
> 
>> Hi, 
>> 
>> I am newbie to QML. Its pretty cool. One thing that i am stuck with is 
>> having two graphics item drawn on top of each other. In my scenario I need 
>> to change the draw order of these two items in State. 
>> 
>> how do I do that? 
>> 
> 
> ZValue, ItemStackBehindParent....stuff like that...
> 
>> Thanks,
>> 
>> <ATT00001..txt>
> 
> 
> _______________________________________________
> Qt-qml mailing list
> Qt-qml@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-qml


_______________________________________________
Qt-qml mailing list
Qt-qml@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-qml

Reply via email to