import QtQuick 2.0 Rectangle { Text { anchors.centerIn: parent color: "salmon" text: "Hello World!" font.pixelSize: 30 } }