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