blob: 1280a655f01216fc7a2ecbf5217960ab10652049 [file] [log] [blame]
import QtQuick 2.0
Rectangle {
width: 200
height: 100
Text {
objectName: "textItem"
text: "AA\nBBBBBBB\nCCCCCCCCCCCCCCCC"
anchors.centerIn: parent
horizontalAlignment: Text.AlignLeft
font.pointSize: 12
font.family: "Times New Roman"
}
}