MenuListItem QML Type

Represents a menu item in a Menu visually. More...

Import Statement: import quey.ui 0.1
Inherits:

ListItem

Properties

Detailed Description

Property Documentation

backgroundColor : color

The background color.


hasSubMenu : bool

Sets whether the item has a sub menu attached.


iconName : string

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


text : string

The text of the item.


textColor : color

The text color.