Re: qml version of visibility gone

2012-09-10 Thread Daker Fernandes Pinheiro
Hi! You could use a Row element and play with the visibilities as you are describing. Cheers, Daker Fernandes Pinheiro http://codecereal.blogspot.com 2012/9/8 Reza Shah > Hi, > > Background: > I have two buttons with display order side by side

qml version of visibility gone

2012-09-08 Thread Reza Shah
Hi, Background: I have two buttons with display order side by side: [A][B] I like to have the final display like [B] In android i can set the visibility of button A to gone, then the B will occupy button A space. I tried to achieve the same thing in qml using anchor. So when A visibility is fals