class KTabBar |
|
A QTabBar with extended features. |
|
Creates a new tab bar.
parent - The parent widget. |
|
|
|
|
Emitted when the user right-clicks a tab. |
|
|
|
|
Emitted when the user right-clicks the empty area on the tab bar. |
|
|
|
|
|
Returns whether tab reordering is enabled. |
|
Deprecated use tabDoubleClicked(int) and newTabRequest() instead. |
|
|
Emitted when a tab has been middle-clicked. |
|
|
|
|
|
Emitted when the user double-clicks the empty area on the tab bar. |
|
|
Selects the tab which has a tab header at
given
position. -
position - the coordinates of the tab |
|
|
|
Sets the 'activate previous tab on close' feature enabled or disabled. If enabled, as soon as you close a tab, the previously selected tab is activated again. |
|
Sets the tab reordering enabled or disabled. If enabled, the user can reorder the tabs by drag and drop the tab headers. |
|
Returns whether the 'activate previous tab on close' feature is enabled. |
|
Emitted when a tab has been double-clicked. |
|
|
|
|