import QtQuick 2.0 Item { width: 320 height: 480 Text { anchors.fill: parent wrapMode: Text.WrapAtWordBoundaryOrAnywhere font.family: "Arial" font.pixelSize: 20 text: "„ყოველი საიდუმლოჲ ამას ენასა შინა დამარხულ არს“ – იოანე-ზოსიმე (X ს.)" } }