Align horizontalcenter in Column

avb picture avb · Jun 17, 2015 · Viewed 12.1k times · Source

Column documentation explains how to achieve this:

enter image description here

However, I would like to achieve this:

enter image description here

That is, all items inside the Column should be horizontally aligned to the center. anchors.horizontalCenter: parent.Center does not work. How can I obtain the desired result?

Answer

fat picture fat · Mar 3, 2017

Try to put this line to every child:

anchors.horizontalCenter: parent.horizontalCenter