[Qt-qml] draw order of GraphicsItem
alan.westbrook at nokia.com
alan.westbrook at nokia.com
Mon Aug 23 21:42:18 CEST 2010
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.menard at 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 at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-qml
More information about the Qt-qml
mailing list