Qt Components Hildon  0.20
QML components for Maemo5 with Hildon styling.
 All Classes Functions Properties Groups Pages
Properties | List of all members
TabBar Class Reference

Provides a row of tab buttons used to switch between visual items. More...

Properties

int count
 The number of tabs in the tab bar.
int currentIndex
 The index of the currently selected tab button.
variant model
 The model used to display tab buttons in the tab bar.
string textRole
 The name of the role that provides the text to be displayed in the tab buttons.

Detailed Description

Provides a row of tab buttons used to switch between visual items.

TabBar can be used instead of TabView in cases where you need to fine-tune the behaviour.

See Also
Tab, TabView