|
|
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:
w | Widget to change visibility. |
shown | Show tab if true, hide if false. |
void showTab (QWidget *w)
| showTab |
[virtual]
Specify that a tab is shown.
Parameters:
w | Tab to show. |
void hideTab (QWidget *w)
| hideTab |
[virtual]
Specify that a tab is hidden.
Parameters:
w | Tab to hide. |