Tab

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

Import Statement: import Ubuntu.Components 0.1
Inherits:

StyledItem

Properties

Detailed Description

Examples: See Tabs.

Property Documentation

iconSource : url

This QML property 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. Deprecated because our new tab buttons in the header do not display an icon.


read-onlyindex : int

The property holds the index of the tab within the Tabs.


page : Item

The contents of the page. Use a Page or a Loader that loads an external Page.


title : string

The title that is shown on the tab button used to select this tab.