Contents

Tab

Component to represent a single tab in a Tabs environment. More...

Properties

Signal Handlers

Detailed Description

This component is under heavy development.

Examples: See Tabs.

Property Documentation

iconSource : url

This documentation is under development and is subject to change.

The location of the icon that is displayed inside the button used to select this tab (optional). Either title or iconSource, or both must be defined.


page : Item

This documentation is under development and is subject to change.

The contents of the page. This can also be a string referring to a qml file. Deactivate the Tab before changing the page, to ensure proper destruction of the old page object first, if needed.


title : string

This documentation is under development and is subject to change.

The title that is shown on the tab button used to select this tab (optional). Either title or iconSource, or both must be defined.


Signal Handler Documentation

Tab::onPageChanged()

When page is updated, set its parent to be tab.