Navigation

  • index
  • next |
  • previous |
  • libfbxqml »
  • Standard API »
  • fbx.ui module »
  • fbx.ui.menu module »
  • Submenu

Submenu¶

component fbx.ui.menu.Submenu¶

Submenu is a Action item opening another menu. Title is implied from target menu title.

A Submenu item shows an arrow on the right edge of item.

../../../_images/menu_action_close.png

A menu with two submenus:¶

Menu {
  title: "Menu0"

  // ...

  Submenu { target: menu1 }
}

Menu {
  id: menu1
  title: "Menu1"
}
property target¶

A Menu to open as the item is selected. This will also be used as item text source.

Logo

Previous topic

Section

Next topic

View

Quick search

Navigation

  • index
  • next |
  • previous |
  • libfbxqml »
  • Standard API »
  • fbx.ui module »
  • fbx.ui.menu module »
  • Submenu
© Copyright 2012, Freebox. Last updated on Nov 23, 2022.