Home · All Classes · Modules

QWizardPage Class Reference
[QtGui module]

Inherits QWidget.

Methods

Qt Signals


Detailed Description


Method Documentation

QWizardPage.__init__ (self, QWidget parent = None)

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

QString QWizardPage.buttonText (self, QWizard.WizardButton)

QWizardPage.cleanupPage (self)

QVariant QWizardPage.field (self, QString)

QWizardPage.initializePage (self)

bool QWizardPage.isCommitPage (self)

bool QWizardPage.isComplete (self)

bool QWizardPage.isFinalPage (self)

int QWizardPage.nextId (self)

QPixmap QWizardPage.pixmap (self, QWizard.WizardPixmap)

QWizardPage.registerField (self, QString, QWidget, str property = None, SIGNAL() changedSignal = 0)

QWizardPage.setButtonText (self, QWizard.WizardButton, QString)

QWizardPage.setCommitPage (self, bool)

QWizardPage.setField (self, QString, QVariant)

QWizardPage.setFinalPage (self, bool)

QWizardPage.setPixmap (self, QWizard.WizardPixmap, QPixmap)

QWizardPage.setSubTitle (self, QString)

QWizardPage.setTitle (self, QString)

QString QWizardPage.subTitle (self)

QString QWizardPage.title (self)

bool QWizardPage.validatePage (self)

QWizard QWizardPage.wizard (self)


Qt Signal Documentation

void completeChanged ()

This is the default overload of this signal.


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