Qt.QTab Class

public class QTab: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QTab

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QTab Constructors

QTab() Constructor
QTab(System.String) Constructor
QTab(Qt.QIconSet, System.String) Constructor
QTab(Qt.QIconSet) Constructor
QTab(void *) Constructor

QTab Methods

QTab.Finalize Method
QTab.IconSet Method
QTab.Identifier Method
QTab.IsEnabled Method
QTab.Rect Method
QTab.SetEnabled Method
QTab.SetIconSet Method
QTab.SetIdentifier Method
QTab.SetRect Method
QTab.SetText Method
QTab.Text Method


QTab() Constructor

public void QTab();

See Also

Qt.QTab Class, Qt Namespace

QTab(System.String) Constructor

public void QTab(System.String text);

See Also

Qt.QTab Class, Qt Namespace

QTab(Qt.QIconSet, System.String) Constructor

public void QTab(Qt.QIconSet icon, System.String text);

See Also

Qt.QTab Class, Qt Namespace

QTab(Qt.QIconSet) Constructor

public void QTab(Qt.QIconSet icon);

See Also

Qt.QTab Class, Qt Namespace

QTab(void *) Constructor

public void QTab(void * ptr);

See Also

Qt.QTab Class, Qt Namespace

QTab.Finalize Method

protected override void Finalize();

See Also

Qt.QTab Class, Qt Namespace

QTab.IconSet Method

public Qt.QIconSet IconSet();

See Also

Qt.QTab Class, Qt Namespace

QTab.Identifier Method

public int Identifier();

See Also

Qt.QTab Class, Qt Namespace

QTab.IsEnabled Method

public bool IsEnabled();

See Also

Qt.QTab Class, Qt Namespace

QTab.Rect Method

public Qt.QRect Rect();

See Also

Qt.QTab Class, Qt Namespace

QTab.SetEnabled Method

public void SetEnabled(bool enable);

See Also

Qt.QTab Class, Qt Namespace

QTab.SetIconSet Method

public void SetIconSet(Qt.QIconSet icon);

See Also

Qt.QTab Class, Qt Namespace

QTab.SetIdentifier Method

public void SetIdentifier(int i);

See Also

Qt.QTab Class, Qt Namespace

QTab.SetRect Method

public void SetRect(Qt.QRect rect);

See Also

Qt.QTab Class, Qt Namespace

QTab.SetText Method

public void SetText(System.String text);

See Also

Qt.QTab Class, Qt Namespace

QTab.Text Method

public System.String Text();

See Also

Qt.QTab Class, Qt Namespace