public class QWizard: QDialog, System.IDisposable
System.Object
QtSupport
QObject
QWidget
QDialog
QWizardThis type implements System.IDisposable.
Qt Namespace
QWizard Constructors
QWizard(Qt.QWidget, System.String, bool, Qt.WidgetFlags) Constructor
QWizard() Constructor
QWizard(Qt.QWidget) Constructor
QWizard(Qt.QWidget, System.String) Constructor
QWizard(Qt.QWidget, System.String, bool) Constructor
QWizard(void *) Constructor
QWizard Methods
QWizard.AddPage Method
QWizard.Appropriate Method
QWizard.Back Method
QWizard.BackButton Method
QWizard.CancelButton Method
QWizard.CurrentPage Method
QWizard.EventFilter Method
QWizard.Finalize Method
QWizard.FinishButton Method
QWizard.Help Method
QWizard.HelpButton Method
QWizard.IndexOf Method
QWizard.InsertPage Method
QWizard.LayOutButtonRow Method
QWizard.LayOutTitleRow Method
QWizard.Next Method
QWizard.NextButton Method
QWizard.Page Method
QWizard.PageCount Method
QWizard.RemovePage Method
QWizard.SetAppropriate Method
QWizard.SetBackEnabled Method
QWizard.SetFinish Method
QWizard.SetFinishEnabled Method
QWizard.SetFont Method
QWizard.SetHelpEnabled Method
QWizard.SetNextEnabled Method
QWizard.SetTitle Method
QWizard.SetTitleFont Method
QWizard.Show Method
QWizard.ShowPage Method
QWizard.Title Method
QWizard.TitleFont Method
public void QWizard(Qt.QWidget parent, System.String name, bool modal, Qt.WidgetFlags f);
Qt.QWizard Class, Qt Namespace
public void QWizard();
Qt.QWizard Class, Qt Namespace
public void QWizard(Qt.QWidget parent);
Qt.QWizard Class, Qt Namespace
public void QWizard(Qt.QWidget parent, System.String name);
Qt.QWizard Class, Qt Namespace
public void QWizard(Qt.QWidget parent, System.String name, bool modal);
Qt.QWizard Class, Qt Namespace
public void QWizard(void * ptr);
Qt.QWizard Class, Qt Namespace
public void AddPage(Qt.QWidget arg1, System.String arg2);
Qt.QWizard Class, Qt Namespace
public bool Appropriate(Qt.QWidget arg1);
Qt.QWizard Class, Qt Namespace
protected void Back();
Qt.QWizard Class, Qt Namespace
public Qt.QPushButton BackButton();
Qt.QWizard Class, Qt Namespace
public Qt.QPushButton CancelButton();
Qt.QWizard Class, Qt Namespace
public Qt.QWidget CurrentPage();
Qt.QWizard Class, Qt Namespace
public bool EventFilter(Qt.QObject arg1, Qt.QEvent arg2);
Qt.QWizard Class, Qt Namespace
protected override void Finalize();
Qt.QWizard Class, Qt Namespace
public Qt.QPushButton FinishButton();
Qt.QWizard Class, Qt Namespace
protected void Help();
Qt.QWizard Class, Qt Namespace
public Qt.QPushButton HelpButton();
Qt.QWizard Class, Qt Namespace
public int IndexOf(Qt.QWidget arg1);
Qt.QWizard Class, Qt Namespace
public void InsertPage(Qt.QWidget arg1, System.String arg2, int arg3);
Qt.QWizard Class, Qt Namespace
protected void LayOutButtonRow(Qt.QHBoxLayout arg1);
Qt.QWizard Class, Qt Namespace
protected void LayOutTitleRow(Qt.QHBoxLayout arg1, System.String arg2);
Qt.QWizard Class, Qt Namespace
protected void Next();
Qt.QWizard Class, Qt Namespace
public Qt.QPushButton NextButton();
Qt.QWizard Class, Qt Namespace
public Qt.QWidget Page(int arg1);
Qt.QWizard Class, Qt Namespace
public int PageCount();
Qt.QWizard Class, Qt Namespace
public void RemovePage(Qt.QWidget arg1);
Qt.QWizard Class, Qt Namespace
public void SetAppropriate(Qt.QWidget arg1, bool arg2);
Qt.QWizard Class, Qt Namespace
public void SetBackEnabled(Qt.QWidget arg1, bool arg2);
Qt.QWizard Class, Qt Namespace
public void SetFinish(Qt.QWidget arg1, bool arg2);
Qt.QWizard Class, Qt Namespace
public void SetFinishEnabled(Qt.QWidget arg1, bool arg2);
Qt.QWizard Class, Qt Namespace
public void SetFont(Qt.QFont font);
Qt.QWizard Class, Qt Namespace
public void SetHelpEnabled(Qt.QWidget arg1, bool arg2);
Qt.QWizard Class, Qt Namespace
public void SetNextEnabled(Qt.QWidget arg1, bool arg2);
Qt.QWizard Class, Qt Namespace
public void SetTitle(Qt.QWidget arg1, System.String arg2);
Qt.QWizard Class, Qt Namespace
public void SetTitleFont(Qt.QFont arg1);
Qt.QWizard Class, Qt Namespace
public void Show();
Qt.QWizard Class, Qt Namespace
public void ShowPage(Qt.QWidget arg1);
Qt.QWizard Class, Qt Namespace
public System.String Title(Qt.QWidget arg1);
Qt.QWizard Class, Qt Namespace
public Qt.QFont TitleFont();
Qt.QWizard Class, Qt Namespace