|
|
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:
ix | Index of the tab to change visibility. |
shown | Show tab if true, hide if false. |