Qt.QWizard Class

public class QWizard: QDialog, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QWidget
        QDialog
          QWizard

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


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

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

See Also

Qt.QWizard Class, Qt Namespace

QWizard() Constructor

public void QWizard();

See Also

Qt.QWizard Class, Qt Namespace

QWizard(Qt.QWidget) Constructor

public void QWizard(Qt.QWidget parent);

See Also

Qt.QWizard Class, Qt Namespace

QWizard(Qt.QWidget, System.String) Constructor

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

See Also

Qt.QWizard Class, Qt Namespace

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

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

See Also

Qt.QWizard Class, Qt Namespace

QWizard(void *) Constructor

public void QWizard(void * ptr);

See Also

Qt.QWizard Class, Qt Namespace

QWizard.AddPage Method

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

See Also

Qt.QWizard Class, Qt Namespace

QWizard.Appropriate Method

public bool Appropriate(Qt.QWidget arg1);

See Also

Qt.QWizard Class, Qt Namespace

QWizard.Back Method

protected void Back();

See Also

Qt.QWizard Class, Qt Namespace

QWizard.BackButton Method

public Qt.QPushButton BackButton();

See Also

Qt.QWizard Class, Qt Namespace

QWizard.CancelButton Method

public Qt.QPushButton CancelButton();

See Also

Qt.QWizard Class, Qt Namespace

QWizard.CurrentPage Method

public Qt.QWidget CurrentPage();

See Also

Qt.QWizard Class, Qt Namespace

QWizard.EventFilter Method

public bool EventFilter(Qt.QObject arg1, Qt.QEvent arg2);

See Also

Qt.QWizard Class, Qt Namespace

QWizard.Finalize Method

protected override void Finalize();

See Also

Qt.QWizard Class, Qt Namespace

QWizard.FinishButton Method

public Qt.QPushButton FinishButton();

See Also

Qt.QWizard Class, Qt Namespace

QWizard.Help Method

protected void Help();

See Also

Qt.QWizard Class, Qt Namespace

QWizard.HelpButton Method

public Qt.QPushButton HelpButton();

See Also

Qt.QWizard Class, Qt Namespace

QWizard.IndexOf Method

public int IndexOf(Qt.QWidget arg1);

See Also

Qt.QWizard Class, Qt Namespace

QWizard.InsertPage Method

public void InsertPage(Qt.QWidget arg1, System.String arg2, int arg3);

See Also

Qt.QWizard Class, Qt Namespace

QWizard.LayOutButtonRow Method

protected void LayOutButtonRow(Qt.QHBoxLayout arg1);

See Also

Qt.QWizard Class, Qt Namespace

QWizard.LayOutTitleRow Method

protected void LayOutTitleRow(Qt.QHBoxLayout arg1, System.String arg2);

See Also

Qt.QWizard Class, Qt Namespace

QWizard.Next Method

protected void Next();

See Also

Qt.QWizard Class, Qt Namespace

QWizard.NextButton Method

public Qt.QPushButton NextButton();

See Also

Qt.QWizard Class, Qt Namespace

QWizard.Page Method

public Qt.QWidget Page(int arg1);

See Also

Qt.QWizard Class, Qt Namespace

QWizard.PageCount Method

public int PageCount();

See Also

Qt.QWizard Class, Qt Namespace

QWizard.RemovePage Method

public void RemovePage(Qt.QWidget arg1);

See Also

Qt.QWizard Class, Qt Namespace

QWizard.SetAppropriate Method

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

See Also

Qt.QWizard Class, Qt Namespace

QWizard.SetBackEnabled Method

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

See Also

Qt.QWizard Class, Qt Namespace

QWizard.SetFinish Method

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

See Also

Qt.QWizard Class, Qt Namespace

QWizard.SetFinishEnabled Method

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

See Also

Qt.QWizard Class, Qt Namespace

QWizard.SetFont Method

public void SetFont(Qt.QFont font);

See Also

Qt.QWizard Class, Qt Namespace

QWizard.SetHelpEnabled Method

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

See Also

Qt.QWizard Class, Qt Namespace

QWizard.SetNextEnabled Method

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

See Also

Qt.QWizard Class, Qt Namespace

QWizard.SetTitle Method

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

See Also

Qt.QWizard Class, Qt Namespace

QWizard.SetTitleFont Method

public void SetTitleFont(Qt.QFont arg1);

See Also

Qt.QWizard Class, Qt Namespace

QWizard.Show Method

public void Show();

See Also

Qt.QWizard Class, Qt Namespace

QWizard.ShowPage Method

public void ShowPage(Qt.QWidget arg1);

See Also

Qt.QWizard Class, Qt Namespace

QWizard.Title Method

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

See Also

Qt.QWizard Class, Qt Namespace

QWizard.TitleFont Method

public Qt.QFont TitleFont();

See Also

Qt.QWizard Class, Qt Namespace