blob: a264191e45e84e623e8ec4aa5f8318851dc311a9 [file] [log] [blame]
import QtQuick 2.0
Text {
width: 0
wrapMode: Text.Wrap
horizontalAlignment: Text.AlignHCenter
text: "AA\nBBBBBBB\nCCCCCCCCCCCCCCCC"
}