Component to represent a single tab in a Tabs environment. More...
This component is under heavy development.
Examples: See Tabs.
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.
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.
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.