import QtQuick import QtQuick.Controls ApplicationWindow { x: 1 y: 0 visible: true width: 200 height:200 menuBar: MenuBar { Menu { title: qsTr("I am the menubar") } } header: ToolBar { } footer: TabBar { } }