View
{
id: menu
returnFocusTo: txt
root: menu0
Menu{
id: menu0
title: "menu 1"
Section { text: "Section 1"}
Submenu { target: menu1}
Section { text: "Section 2"}
Submenu { target: menu2 }
}