Qt Quick Components

ToolBar

A ToolBar is a container for providing quick access to commonly used actions. More...

  • List of all members, including inherited members
  • Properties

    Methods

    Detailed Description

    The ToolBar contains tools such as ToolItem and ToolButton components. The actions attached to the tools are for the current application page.

    Property Documentation

    tools : Item

    The tools that make up the content of the toolbar.


    transition : string

    The type of transition for a . One of the following:

    • set - an instantaneous change (default)
    • push - the toolbar animation follows the page stack push animation
    • pop - the toolbar animation follows the page stack pop animation
    • replace - the toolbar animation follows the page stack replace animation

    Method Documentation

    ToolBar::setTools ( tools, transition )

    This sets the tools for the toolbar and the transition type when the page changes.