Obsolete Members for Tabs
The following members of QML type Tabs are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
- count : int
- currentPage : Item
- selectedTab : Tab
- selectedTabIndex : int
- tabChildren : list<Item>
Property Documentation
[read-only] count : int |
Contains the number of tabs in the Tabs component.
[read-only] currentPage : Item |
The page of the currently selected tab.
[read-only] selectedTab : Tab |
The currently selected tab.
selectedTabIndex : int |
The index of the currently selected tab. The first tab is 0, and -1 means that no tab is selected. The initial value is 0 if Tabs has contents, or -1 otherwise.
Children are placed in a separate item that has functionality to extract the Tab items.