I answer myself I did so and it works:

MenuItem{
text: "Settings"
onClicked: {

stackView.push("Settings.qml")



}