It depends of what you mean by order.
Usually, the order of the children just determine their stacking position
(ie: the second child will stack over the first, the third will be over the
second, etc...). In this case, you can change the stacking order with the z
property.
In your case, the order
Hi all,
Is there a way to dynamically change the child order of a particular
Item? For example, suppose I have two Rectangles in a Column, and I
sometimes need to reverse their order.
Cheers,
Alex
___
Qt-qml mailing list
Qt-qml@trolltech.com
http://lis
On Friday 10 September 2010 05:48:22 aaron.kenn...@nokia.com wrote:
> Hi,
>
> Currently all the core QML elements are in the “Qt” namespace, and the
> namespace’s version is coupled to the Qt version (eg. 4.7). In retrospect
> we think this was a mistake. And by “retrospect”, I mean “we always k