import QtQuick 2.0 Item { width: 300 height: 200 Text { id: myText objectName: "myText" width: 100 font.pixelSize: 15 font.family: "Helvetica" } }