QWizardPage Class Reference
[QtGui module]
Inherits QWidget.
Methods
- __init__ (self, QWidget parent = None)
- QString buttonText (self, QWizard.WizardButton)
- cleanupPage (self)
- QVariant field (self, QString)
- initializePage (self)
- bool isCommitPage (self)
- bool isComplete (self)
- bool isFinalPage (self)
- int nextId (self)
- QPixmap pixmap (self, QWizard.WizardPixmap)
- registerField (self, QString, QWidget, str property = None, SIGNAL() changedSignal = 0)
- setButtonText (self, QWizard.WizardButton, QString)
- setCommitPage (self, bool)
- setField (self, QString, QVariant)
- setFinalPage (self, bool)
- setPixmap (self, QWizard.WizardPixmap, QPixmap)
- setSubTitle (self, QString)
- setTitle (self, QString)
- QString subTitle (self)
- QString title (self)
- bool validatePage (self)
- QWizard wizard (self)
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.
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)
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.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.