Tab
Component to represent a single tab in a Tabs environment. More...
Import Statement: | import Ubuntu.Components 0.1 |
Inherits: |
Properties
- iconSource : url (preliminary)
- index : int
- page : Item
- title : string
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.
title : string |
The title that is shown on the tab button used to select this tab.