class toTabWidget

An extension of the regular tab widget with posibility to hide tabs. More...

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

Public Methods


Detailed Description

An extension of the regular tab widget with posibility to hide tabs.

 toTabWidget (QWidget *parent=0,const char *name=0,WFlags f=0)

toTabWidget

Constructor.

void  setTabShown (QWidget *w, bool value)

setTabShown

[virtual]

Specify if a tab is shown.

Parameters:
wWidget to change visibility.
shownShow tab if true, hide if false.

void  showTab (QWidget *w)

showTab

[virtual]

Specify that a tab is shown.

Parameters:
wTab to show.

void  hideTab (QWidget *w)

hideTab

[virtual]

Specify that a tab is hidden.

Parameters:
wTab to hide.