import QtQuick 2.0 Item { width: 320 height: 480 Text { width: parent.width anchors.centerIn: parent font.pixelSize: 20 wrapMode: Text.WrapAtWordBoundaryOrAnywhere text: "滊煁 罞耖茭 醙醠鍖 箯, 彃 榾毄 螏螉褩 籿紁羑" font.family: "Arial" } }