Home · All Classes · Modules

QWizard Class Reference
[QtGui module]

Inherits QDialog.

Types

Methods

Qt Signals


Detailed Description


Type Documentation

QWizard.WizardButton

QWizard.WizardOption

QWizard.WizardPixmap

QWizard.WizardStyle


Method Documentation

QWizard.__init__ (self, QWidget parent = None, Qt.WindowFlags flags = 0)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

int QWizard.addPage (self, QWizardPage)

The QWizardPage argument has it's ownership transferred to Qt.

QWizard.back (self)

This method is also a Qt slot with the C++ signature void back().

QAbstractButton QWizard.button (self, WizardButton)

QString QWizard.buttonText (self, WizardButton)

QWizard.cleanupPage (self, int)

int QWizard.currentId (self)

QWizardPage QWizard.currentPage (self)

QWizard.done (self, int)

bool QWizard.event (self, QEvent)

QVariant QWizard.field (self, QString)

bool QWizard.hasVisitedPage (self, int)

QWizard.initializePage (self, int)

QWizard.next (self)

This method is also a Qt slot with the C++ signature void next().

int QWizard.nextId (self)

WizardOptions QWizard.options (self)

QWizardPage QWizard.page (self, int)

list-of-int QWizard.pageIds (self)

QWizard.paintEvent (self, QPaintEvent)

QPixmap QWizard.pixmap (self, WizardPixmap)

QWizard.removePage (self, int)

QWizard.resizeEvent (self, QResizeEvent)

QWizard.restart (self)

This method is also a Qt slot with the C++ signature void restart().

QWizard.setButton (self, WizardButton, QAbstractButton)

The QAbstractButton argument has it's ownership transferred to Qt.

QWizard.setButtonLayout (self, list-of-QWizard.WizardButton)

QWizard.setButtonText (self, WizardButton, QString)

QWizard.setDefaultProperty (self, str, str, str)

QWizard.setField (self, QString, QVariant)

QWizard.setOption (self, WizardOption, bool on = True)

QWizard.setOptions (self, WizardOptions)

QWizard.setPage (self, int, QWizardPage)

The QWizardPage argument has it's ownership transferred to Qt.

QWizard.setPixmap (self, WizardPixmap, QPixmap)

QWizard.setSideWidget (self, QWidget widget)

The widget argument has it's ownership transferred to Qt.

QWizard.setStartId (self, int)

QWizard.setSubTitleFormat (self, Qt.TextFormat)

QWizard.setTitleFormat (self, Qt.TextFormat)

QWizard.setVisible (self, bool)

QWizard.setWizardStyle (self, WizardStyle)

QWidget QWizard.sideWidget (self)

QSize QWizard.sizeHint (self)

int QWizard.startId (self)

Qt.TextFormat QWizard.subTitleFormat (self)

bool QWizard.testOption (self, WizardOption)

Qt.TextFormat QWizard.titleFormat (self)

bool QWizard.validateCurrentPage (self)

list-of-int QWizard.visitedPages (self)

WizardStyle QWizard.wizardStyle (self)


Qt Signal Documentation

void currentIdChanged (int)

This is the default overload of this signal.

void customButtonClicked (int)

This is the default overload of this signal.

void helpRequested ()

This is the default overload of this signal.

void pageAdded (int)

This is the default overload of this signal.

void pageRemoved (int)

This is the default overload of this signal.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0