blob: 45255691fb347a959e73f49112ea24378da10a9f [file] [log] [blame]
import QtQuick 2.0
Rectangle {
width: 220
height: 100
Text {
objectName: "textItem"
text: "AA\nBBBBBBB\nCCCCCCCCCCCCCCCC"
anchors.centerIn: parent
horizontalAlignment: Text.AlignLeft
}
}