import QtQuick 1.0 Item { width: 300 height: 300 Image { anchors.horizontalCenter: parent.horizontalCenter anchors.verticalCenter: parent.verticalCenter source:"images/spaceship.png" } }