Remove element from Row when changing states
-
Hello everyone, my first post here. I am learning some Qt Quick and got stuck with something, I hope some of you may help me: Is it possible take an element out, from within a Row element when changing states?
I have made two icons using a Rectangle element with an image inside. At first, at the default state, they appear centered in the screen, i'd like to use a centered Row for that. But when you click on one of them, I want the clicked one to shrink and move to the upper left corner of the screen (with an animation to see the movement). The other will just became transparent and disappear. How can I make the clicked one became a stand alone element, outside the Row?
Thanks for any help,
Pablo