ActionBarStyle QML Type
Style API for action bar. More...
Import Statement: | import . |
Inherits: |
Properties
- defaultDelegate : Component
- defaultNumberOfSlots : int
- overflowIconName : string
- overflowIconSource : url
- overflowText : string
Detailed Description
The component defines the style API for the ActionBar component.
Property Documentation
defaultDelegate : Component |
The default action delegate if the styled item does not provide a different delegate.
overflowIconSource : url |
The icon source for the action of the overflow button. Setting the icon source will override the icon name.
The text for the action of the overflow button, which may be used in the action delegate.