I am populating a column layout dynamically with objects, but I need to be able to reorder the elements later on. I didn’t notice anything on the subject on the documentation, and qt quick seems to be kind of limited in this regard. Note that I am not concerned with z order, just with the order of the elements in the “children” list.
Any suggestions for a work-around?
↧