class toTabBar

An extension of the regular tab bar with an extension to be able to hide tabs without removing them. More...

Definition#include <totabwidget.h>
InheritsQTabBar (qt) [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

An extension of the regular tab bar with an extension to be able to hide tabs without removing them.

 toTabBar (QWidget *parent=0,const char *name=0)

toTabBar

Constructor.

int  insertTab (QTab *newTab,int ix=-1)

insertTab

[virtual]

Reimplemented for internal reasons.

Reimplemented from QTabBar.

int  addTab (QTab *newTab)

addTab

[virtual]

Reimplemented for internal reasons.

Reimplemented from QTabBar.

void  removeTab (QTab *t)

removeTab

[virtual]

Reimplemented for internal reasons.

Reimplemented from QTabBar.

void  layoutTabs ()

layoutTabs

[virtual]

Reimplemented for internal reasons.

Reimplemented from QTabBar.

void  setTabShown (int ix,bool shown)

setTabShown

[virtual]

Specify if a tab is shown.

Parameters:
ixIndex of the tab to change visibility.
shownShow tab if true, hide if false.