Qt Quick Components

Menu

A Menu provides of a list of options that the user can select from. More...

  • List of all members, including inherited members
  • Properties

    Methods

    Detailed Description

    Menus are hidden by default and open in response to an action from the user. When the user selects an option in the menu, it triggers a command.

    Property Documentation

    content : list<Item>


    status : int


    visualParent : Item


    Method Documentation

    Menu::close ()

    Close the menu so it is no longer visible.


    Menu::open ()

    Show the menu items so the user can select.