QTab Class Reference
The structures in a QTabBar.
More...
#include <qtabbar.h>
List of all member functions.
Public Members
- QTab ()
- virtual ~QTab ()
- QTab ( const QString & text )
- QTab ( const QIconSet & icon, const QString & text = QString::null )
- void setText ( const QString & text )
- QString text () const
- void setIconSet ( const QIconSet & icon )
- QIconSet * iconSet () const
- void setRect ( const QRect & rect )
- QRect rect () const
- void setEnabled ( bool enable )
- bool isEnabled () const
- void setIdentifier ( int i )
- int identitifer () const
Detailed Description
The structures in a QTabBar.
For custom QTabBar tab headings.
See also QTabBar.
Member Function Documentation
QTab::QTab ()
Constructs an empty tab. All fields are set to empty.
QTab::QTab ( const QString & text )
Constructs a tab with a text.
QTab::QTab ( const QIconSet & icon, const QString & text = QString::null )
Constructs a tab with an icon and a text.
QTab::~QTab () [virtual]
Destructs the tab and frees up all allocated resources
This file is part of the Qtopia platform,
copyright © 1995-2005
Trolltech, all rights reserved.
| Copyright © 2005 Trolltech
| Trademarks
| Qtopia version 2.2.0
|