public class QTabDialog: QDialog, System.IDisposable
System.Object
QtSupport
QObject
QWidget
QDialog
QTabDialogThis type implements System.IDisposable.
Qt Namespace
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
public void QTabDialog(Qt.QWidget parent, System.String name, bool modal, Qt.WidgetFlags f);
Qt.QTabDialog Class, Qt Namespace
public void QTabDialog();
Qt.QTabDialog Class, Qt Namespace
public void QTabDialog(Qt.QWidget parent);
Qt.QTabDialog Class, Qt Namespace
public void QTabDialog(Qt.QWidget parent, System.String name);
Qt.QTabDialog Class, Qt Namespace
public void QTabDialog(Qt.QWidget parent, System.String name, bool modal);
Qt.QTabDialog Class, Qt Namespace
public void QTabDialog(void * ptr);
Qt.QTabDialog Class, Qt Namespace
public void AddTab(Qt.QWidget arg1, System.String arg2);
Qt.QTabDialog Class, Qt Namespace
public void AddTab(Qt.QWidget child, Qt.QIconSet iconset, System.String label);
Qt.QTabDialog Class, Qt Namespace
public void AddTab(Qt.QWidget arg1, Qt.QTab arg2);
Qt.QTabDialog Class, Qt Namespace
public void ChangeTab(Qt.QWidget arg1, System.String arg2);
Qt.QTabDialog Class, Qt Namespace
public void ChangeTab(Qt.QWidget child, Qt.QIconSet iconset, System.String label);
Qt.QTabDialog Class, Qt Namespace
public Qt.QWidget CurrentPage();
Qt.QTabDialog Class, Qt Namespace
protected override void Finalize();
Qt.QTabDialog Class, Qt Namespace
public bool HasApplyButton();
Qt.QTabDialog Class, Qt Namespace
public bool HasCancelButton();
Qt.QTabDialog Class, Qt Namespace
public bool HasDefaultButton();
Qt.QTabDialog Class, Qt Namespace
public bool HasHelpButton();
Qt.QTabDialog Class, Qt Namespace
public bool HasOkButton();
Qt.QTabDialog Class, Qt Namespace
public void InsertTab(Qt.QWidget arg1, System.String arg2, int index);
Qt.QTabDialog Class, Qt Namespace
public void InsertTab(Qt.QWidget child, Qt.QIconSet iconset, System.String label, int index);
Qt.QTabDialog Class, Qt Namespace
public void InsertTab(Qt.QWidget arg1, Qt.QTab arg2, int index);
Qt.QTabDialog Class, Qt Namespace
public void InsertTab(Qt.QWidget arg1, System.String arg2);
Qt.QTabDialog Class, Qt Namespace
public void InsertTab(Qt.QWidget child, Qt.QIconSet iconset, System.String label);
Qt.QTabDialog Class, Qt Namespace
public void InsertTab(Qt.QWidget arg1, Qt.QTab arg2);
Qt.QTabDialog Class, Qt Namespace
public bool IsTabEnabled(Qt.QWidget arg1);
Qt.QTabDialog Class, Qt Namespace
public bool IsTabEnabled(System.String arg1);
Qt.QTabDialog Class, Qt Namespace
public void RemovePage(Qt.QWidget arg1);
Qt.QTabDialog Class, Qt Namespace
public void SetApplyButton(System.String text);
Qt.QTabDialog Class, Qt Namespace
public void SetApplyButton();
Qt.QTabDialog Class, Qt Namespace
public void SetCancelButton(System.String text);
Qt.QTabDialog Class, Qt Namespace
public void SetCancelButton();
Qt.QTabDialog Class, Qt Namespace
public void SetDefaultButton(System.String text);
Qt.QTabDialog Class, Qt Namespace
public void SetDefaultButton();
Qt.QTabDialog Class, Qt Namespace
public void SetFont(Qt.QFont font);
Qt.QTabDialog Class, Qt Namespace
public void SetHelpButton(System.String text);
Qt.QTabDialog Class, Qt Namespace
public void SetHelpButton();
Qt.QTabDialog Class, Qt Namespace
public void SetOKButton(System.String text);
Qt.QTabDialog Class, Qt Namespace
public void SetOKButton();
Qt.QTabDialog Class, Qt Namespace
public void SetOkButton(System.String text);
Qt.QTabDialog Class, Qt Namespace
public void SetOkButton();
Qt.QTabDialog Class, Qt Namespace
protected void SetTabBar(Qt.QTabBar arg1);
Qt.QTabDialog Class, Qt Namespace
public void SetTabEnabled(Qt.QWidget arg1, bool arg2);
Qt.QTabDialog Class, Qt Namespace
public void SetTabEnabled(System.String arg1, bool arg2);
Qt.QTabDialog Class, Qt Namespace
public void Show();
Qt.QTabDialog Class, Qt Namespace
public void ShowPage(Qt.QWidget arg1);
Qt.QTabDialog Class, Qt Namespace
protected void StyleChange(Qt.QStyle arg1);
Qt.QTabDialog Class, Qt Namespace
protected Qt.QTabBar TabBar();
Qt.QTabDialog Class, Qt Namespace
public System.String TabLabel(Qt.QWidget arg1);
Qt.QTabDialog Class, Qt Namespace