TabPage QML Type

Page component to be used in combination with TabView More...

Import Statement: import quey.ui 0.1
Inherits:

Page

Properties

Methods

Detailed Description

Property Documentation

closable : bool

Set this to true if the tab should be closable. Defaults to false.


iconName : string

Sets the icon name for the tab. This will pick the icon with the given name from the current theme.


movable : bool

Set this to true if the tab should be movable. Defaults to false.


tabView : TabView

The parent TabView.


uid : int

The internally used tab id.


Method Documentation

close()

Closes this tab.