A tab class.
Super classes: MQWidget.WidgetBase
get | set | Type | Name | Description |
---|---|---|---|---|
x | x | int | currentPage | a current page |
x | x | bool | showTab | a tab header visibility |
x | x | bool | exclusive | an exclusive mode for child widgets |
Member | Description |
---|---|
Tab | Constructor. |
getTabTitle | Get a tab title. |
setTabTitle | Set a tab title. |
Tab([parent]) | ||||
Constructor. | ||||
|
getTabTitle(index) | ||||
Get a tab title. | ||||
| ||||
|
setTabTitle(index, title) | ||||||||
Set a tab title. | ||||||||
|