import QtQuick 2.0
Text {
width: 0
wrapMode: Text.Wrap
horizontalAlignment: Text.AlignHCenter
text: "AA\nBBBBBBB\nCCCCCCCCCCCCCCCC"
}