import QtQuick 2.0 BaseRectangle { id: panel width: 200 height: parent.height anchors.top: parent.top color: "#40909090" }