TabBar

Tab bar that will be shown in the header when Tabs is active. This component does not need to be instantiated by the developer, it is automatically created by the Tabs. More...

Inherits StyledItem

Properties

Signal Handlers

Detailed Description

Property Documentation

alwaysSelectionMode : bool

Do not deactivate the tab bar after a specified idle time or when the user selects a new tab. Off by default.


animate : bool

Show animations when the state changes. Default: true.


selectionMode : bool

An inactive tab bar only displays the currently selected tab, and an active tab bar can be interacted with to select a tab.


style : Component

Component instantiated immediately and placed below everything else.


tabsItem : Item

The Tabs item that tab bar belongs to. Will be automatically set by Tabs when the TabBar is created.


Signal Handler Documentation

TabBar::onAlwaysSelectionModeChanged()

Automatically activate the tab bar when alwaysSelectionMode is set.