Re: [Qt-qml] Reordering children

2010-09-11 Thread Gregory Schlomoff
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

[Qt-qml] Reordering children

2010-09-11 Thread Alex
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

Re: [Qt-qml] import QtQuick 1.0

2010-09-11 Thread Sean Harmer
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