Submenu is a Action item opening another menu. Title is implied from target menu title.
Action
A Submenu item shows an arrow on the right edge of item.
A menu with two submenus:¶
Menu { title: "Menu0" // ... Submenu { target: menu1 } } Menu { id: menu1 title: "Menu1" }
A Menu to open as the item is selected. This will also be used as item text source.
Menu
Section
View