import QtQuick 1.0 Item { width: 100 height: 100 Text { text: "Hello World!" font.family: "Helvetica" font.pixelSize: 14 color: "blue" x: 0 y: 0 } }