public class QTab: QtSupport, System.IDisposable
System.Object
QtSupport
QTabThis type implements System.IDisposable.
Qt Namespace
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
public void QTab();
Qt.QTab Class, Qt Namespace
public void QTab(System.String text);
Qt.QTab Class, Qt Namespace
public void QTab(Qt.QIconSet icon, System.String text);
Qt.QTab Class, Qt Namespace
public void QTab(Qt.QIconSet icon);
Qt.QTab Class, Qt Namespace
public void QTab(void * ptr);
Qt.QTab Class, Qt Namespace
protected override void Finalize();
Qt.QTab Class, Qt Namespace
public Qt.QIconSet IconSet();
Qt.QTab Class, Qt Namespace
public int Identifier();
Qt.QTab Class, Qt Namespace
public bool IsEnabled();
Qt.QTab Class, Qt Namespace
public Qt.QRect Rect();
Qt.QTab Class, Qt Namespace
public void SetEnabled(bool enable);
Qt.QTab Class, Qt Namespace
public void SetIconSet(Qt.QIconSet icon);
Qt.QTab Class, Qt Namespace
public void SetIdentifier(int i);
Qt.QTab Class, Qt Namespace
public void SetRect(Qt.QRect rect);
Qt.QTab Class, Qt Namespace
public void SetText(System.String text);
Qt.QTab Class, Qt Namespace
public System.String Text();
Qt.QTab Class, Qt Namespace