import QtQuick 1.0 Rectangle{ width:parent.width height: 50 border.width:1 border.color: "white" Image { id: topbar_container_image source: "./img/topbar.jpg" width:parent.width height:50 } }