blob: 21f1b206195d39e83700f03aa1c88ab056907455 [file] [log] [blame]
import QtQuick 2.0
Item {
width: 300
height: 200
Text {
id: myText
objectName: "myText"
width: 60
height: 36
font.pixelSize: 15
font.family: "Helvetica"
wrapMode: Text.Wrap
}
}