import QtQuick 1.0 Item { width: 300 height: 300 Image { x: 30 y: 40 source:"images/spaceship.png" } }