import Demo 1.0 MyWindow { id: mainWindow width: 800 height: 800 visible: true Rectangle { width: parent.width height: 0.1*parent.height color: "darkblue" } }