AppToolBar QML Type
Application tool bar. More...
Import Statement: | import Fluid.Controls 1.1 |
Properties
- appBarHeight : real
- maxActionCount : int
Methods
Detailed Description
Property Documentation
appBarHeight : real |
Height of the AppBar considering its extended content.
maxActionCount : int |
Maximum actions to be available on this tool bar.
Method Documentation
void pop(page) |
Pop the AppBar that belongs to page from the stack.
void push(page) |
Push the AppBar that belongs to page to the stack.
void replace(page) |
Replace current AppBar with the one that belongs to page.