Ubuntu.Components.Styles.ActionBarStyle
Style API for action bar. More...
| Import Statement: | import Ubuntu.Components.Styles 1.3 | 
| Inherits: | 
Properties
- backgroundColor : color
 - buttons : ActionItemProperties
 - defaultDelegate : Component
 - defaultNumberOfSlots : int
 - overflowIconName : string
 - overflowIconSource : url
 - overflowText : string
 
Detailed Description
The component defines the style API for the ActionBar component.
Property Documentation
backgroundColor : color  | 
The color of the background of the action bar.
[read-only] buttons : ActionItemProperties  | 
Configuration of the colors of the action buttons in the action bar.
defaultDelegate : Component  | 
The default action delegate if the styled item does not provide a different delegate.
defaultNumberOfSlots : int  | 
The default number of slots for the action bar.
overflowIconName : string  | 
The icon name for action of the overflow button.
overflowIconSource : http://doc.qt.io/qt-5/qml-url.html">url  | 
The icon source for the action of the overflow button. Setting the icon source will override the icon name.
overflowText : string  | 
The text for the action of the overflow button, which may be used in the action delegate.