import QtQuick 1.0 Rectangle { id: topbar width: parent.width height: 61 color: "#e60040" anchors.top: parent.top z: 1 Image { id: logo height: 61 anchors.horizontalCenter: parent.horizontalCenter source: "../images/logo.png" smooth: true } }