Hi,
Selecting the “previous” object not currently possible in QML.
I’m not sure this feature makes sense however, because QML has a declarative structure and the order in which you declare your components should not matter.
Anyway, it looks like what you need is a layout manager [qt-project.org]
↧