import QtQuick 2.6
TextEdit {
width: 200
height: 200
text: "X Y Z X Y Z X Y Z X Y Z X Y Z X Y Z X Y Z X Y Z"
wrapMode: TextEdit.WordWrap
}