Qt.QTabDialog Class

public class QTabDialog: QDialog, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QWidget
        QDialog
          QTabDialog

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QTabDialog Constructors

QTabDialog(Qt.QWidget, System.String, bool, Qt.WidgetFlags) Constructor
QTabDialog() Constructor
QTabDialog(Qt.QWidget) Constructor
QTabDialog(Qt.QWidget, System.String) Constructor
QTabDialog(Qt.QWidget, System.String, bool) Constructor
QTabDialog(void *) Constructor

QTabDialog Methods

QTabDialog.AddTab(Qt.QWidget, System.String) Method
QTabDialog.AddTab(Qt.QWidget, Qt.QIconSet, System.String) Method
QTabDialog.AddTab(Qt.QWidget, Qt.QTab) Method
QTabDialog.ChangeTab(Qt.QWidget, System.String) Method
QTabDialog.ChangeTab(Qt.QWidget, Qt.QIconSet, System.String) Method
QTabDialog.CurrentPage Method
QTabDialog.Finalize Method
QTabDialog.HasApplyButton Method
QTabDialog.HasCancelButton Method
QTabDialog.HasDefaultButton Method
QTabDialog.HasHelpButton Method
QTabDialog.HasOkButton Method
QTabDialog.InsertTab(Qt.QWidget, System.String, int) Method
QTabDialog.InsertTab(Qt.QWidget, Qt.QIconSet, System.String, int) Method
QTabDialog.InsertTab(Qt.QWidget, Qt.QTab, int) Method
QTabDialog.InsertTab(Qt.QWidget, System.String) Method
QTabDialog.InsertTab(Qt.QWidget, Qt.QIconSet, System.String) Method
QTabDialog.InsertTab(Qt.QWidget, Qt.QTab) Method
QTabDialog.IsTabEnabled(Qt.QWidget) Method
QTabDialog.IsTabEnabled(System.String) Method
QTabDialog.RemovePage Method
QTabDialog.SetApplyButton(System.String) Method
QTabDialog.SetApplyButton() Method
QTabDialog.SetCancelButton(System.String) Method
QTabDialog.SetCancelButton() Method
QTabDialog.SetDefaultButton(System.String) Method
QTabDialog.SetDefaultButton() Method
QTabDialog.SetFont Method
QTabDialog.SetHelpButton(System.String) Method
QTabDialog.SetHelpButton() Method
QTabDialog.SetOKButton(System.String) Method
QTabDialog.SetOKButton() Method
QTabDialog.SetOkButton(System.String) Method
QTabDialog.SetOkButton() Method
QTabDialog.SetTabBar Method
QTabDialog.SetTabEnabled(Qt.QWidget, bool) Method
QTabDialog.SetTabEnabled(System.String, bool) Method
QTabDialog.Show Method
QTabDialog.ShowPage Method
QTabDialog.StyleChange Method
QTabDialog.TabBar Method
QTabDialog.TabLabel Method


QTabDialog(Qt.QWidget, System.String, bool, Qt.WidgetFlags) Constructor

public void QTabDialog(Qt.QWidget parent, System.String name, bool modal, Qt.WidgetFlags f);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog() Constructor

public void QTabDialog();

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog(Qt.QWidget) Constructor

public void QTabDialog(Qt.QWidget parent);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog(Qt.QWidget, System.String) Constructor

public void QTabDialog(Qt.QWidget parent, System.String name);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog(Qt.QWidget, System.String, bool) Constructor

public void QTabDialog(Qt.QWidget parent, System.String name, bool modal);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog(void *) Constructor

public void QTabDialog(void * ptr);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.AddTab(Qt.QWidget, System.String) Method

public void AddTab(Qt.QWidget arg1, System.String arg2);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.AddTab(Qt.QWidget, Qt.QIconSet, System.String) Method

public void AddTab(Qt.QWidget child, Qt.QIconSet iconset, System.String label);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.AddTab(Qt.QWidget, Qt.QTab) Method

public void AddTab(Qt.QWidget arg1, Qt.QTab arg2);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.ChangeTab(Qt.QWidget, System.String) Method

public void ChangeTab(Qt.QWidget arg1, System.String arg2);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.ChangeTab(Qt.QWidget, Qt.QIconSet, System.String) Method

public void ChangeTab(Qt.QWidget child, Qt.QIconSet iconset, System.String label);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.CurrentPage Method

public Qt.QWidget CurrentPage();

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.Finalize Method

protected override void Finalize();

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.HasApplyButton Method

public bool HasApplyButton();

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.HasCancelButton Method

public bool HasCancelButton();

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.HasDefaultButton Method

public bool HasDefaultButton();

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.HasHelpButton Method

public bool HasHelpButton();

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.HasOkButton Method

public bool HasOkButton();

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.InsertTab(Qt.QWidget, System.String, int) Method

public void InsertTab(Qt.QWidget arg1, System.String arg2, int index);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.InsertTab(Qt.QWidget, Qt.QIconSet, System.String, int) Method

public void InsertTab(Qt.QWidget child, Qt.QIconSet iconset, System.String label, int index);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.InsertTab(Qt.QWidget, Qt.QTab, int) Method

public void InsertTab(Qt.QWidget arg1, Qt.QTab arg2, int index);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.InsertTab(Qt.QWidget, System.String) Method

public void InsertTab(Qt.QWidget arg1, System.String arg2);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.InsertTab(Qt.QWidget, Qt.QIconSet, System.String) Method

public void InsertTab(Qt.QWidget child, Qt.QIconSet iconset, System.String label);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.InsertTab(Qt.QWidget, Qt.QTab) Method

public void InsertTab(Qt.QWidget arg1, Qt.QTab arg2);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.IsTabEnabled(Qt.QWidget) Method

public bool IsTabEnabled(Qt.QWidget arg1);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.IsTabEnabled(System.String) Method

public bool IsTabEnabled(System.String arg1);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.RemovePage Method

public void RemovePage(Qt.QWidget arg1);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.SetApplyButton(System.String) Method

public void SetApplyButton(System.String text);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.SetApplyButton() Method

public void SetApplyButton();

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.SetCancelButton(System.String) Method

public void SetCancelButton(System.String text);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.SetCancelButton() Method

public void SetCancelButton();

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.SetDefaultButton(System.String) Method

public void SetDefaultButton(System.String text);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.SetDefaultButton() Method

public void SetDefaultButton();

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.SetFont Method

public void SetFont(Qt.QFont font);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.SetHelpButton(System.String) Method

public void SetHelpButton(System.String text);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.SetHelpButton() Method

public void SetHelpButton();

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.SetOKButton(System.String) Method

public void SetOKButton(System.String text);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.SetOKButton() Method

public void SetOKButton();

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.SetOkButton(System.String) Method

public void SetOkButton(System.String text);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.SetOkButton() Method

public void SetOkButton();

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.SetTabBar Method

protected void SetTabBar(Qt.QTabBar arg1);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.SetTabEnabled(Qt.QWidget, bool) Method

public void SetTabEnabled(Qt.QWidget arg1, bool arg2);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.SetTabEnabled(System.String, bool) Method

public void SetTabEnabled(System.String arg1, bool arg2);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.Show Method

public void Show();

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.ShowPage Method

public void ShowPage(Qt.QWidget arg1);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.StyleChange Method

protected void StyleChange(Qt.QStyle arg1);

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.TabBar Method

protected Qt.QTabBar TabBar();

See Also

Qt.QTabDialog Class, Qt Namespace

QTabDialog.TabLabel Method

public System.String TabLabel(Qt.QWidget arg1);

See Also

Qt.QTabDialog Class, Qt Namespace