MenuItem QML Type

Represents an item in a Menu More...

Import Statement: import quey.ui 0.1

Properties

Signals

Detailed Description

Property Documentation

actions : Action

A list of sub actions.


enabled : bool

Set to false to disable the menu item.


iconName : string

The icon name. This will pick the icon with the given name from the current theme.


text : string

The item text.


Signal Documentation

triggered()

Emitted when the item was triggered.