QWizard Class Reference
[QtGui module]
Inherits QDialog.
Types
- enum WizardButton { BackButton, NextButton, CommitButton, FinishButton, ..., Stretch }
- enum WizardOption { IndependentPages, IgnoreSubTitles, ExtendedWatermarkPixmap, NoDefaultButton, ..., HaveCustomButton3 }
- class WizardOptions
- enum WizardPixmap { WatermarkPixmap, LogoPixmap, BannerPixmap, BackgroundPixmap }
- enum WizardStyle { ClassicStyle, ModernStyle, MacStyle, AeroStyle }
Methods
- __init__ (self, QWidget parent = None, Qt.WindowFlags flags = 0)
- int addPage (self, QWizardPage)
- back (self)
- QAbstractButton button (self, WizardButton)
- QString buttonText (self, WizardButton)
- cleanupPage (self, int)
- int currentId (self)
- QWizardPage currentPage (self)
- done (self, int)
- bool event (self, QEvent)
- QVariant field (self, QString)
- bool hasVisitedPage (self, int)
- initializePage (self, int)
- next (self)
- int nextId (self)
- WizardOptions options (self)
- QWizardPage page (self, int)
- list-of-int pageIds (self)
- paintEvent (self, QPaintEvent)
- QPixmap pixmap (self, WizardPixmap)
- removePage (self, int)
- resizeEvent (self, QResizeEvent)
- restart (self)
- setButton (self, WizardButton, QAbstractButton)
- setButtonLayout (self, list-of-QWizard.WizardButton)
- setButtonText (self, WizardButton, QString)
- setDefaultProperty (self, str, str, str)
- setField (self, QString, QVariant)
- setOption (self, WizardOption, bool on = True)
- setOptions (self, WizardOptions)
- setPage (self, int, QWizardPage)
- setPixmap (self, WizardPixmap, QPixmap)
- setSideWidget (self, QWidget widget)
- setStartId (self, int)
- setSubTitleFormat (self, Qt.TextFormat)
- setTitleFormat (self, Qt.TextFormat)
- setVisible (self, bool)
- setWizardStyle (self, WizardStyle)
- QWidget sideWidget (self)
- QSize sizeHint (self)
- int startId (self)
- Qt.TextFormat subTitleFormat (self)
- bool testOption (self, WizardOption)
- Qt.TextFormat titleFormat (self)
- bool validateCurrentPage (self)
- list-of-int visitedPages (self)
- WizardStyle wizardStyle (self)
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().
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)
QWizardPage QWizard.page (self, int)
list-of-int QWizard.pageIds (self)
QWizard.paintEvent (self, QPaintEvent)
QWizard.removePage (self, int)
QWizard.resizeEvent (self, QResizeEvent)
QWizard.restart (self)
This method is also a Qt slot with the C++ signature void restart().
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.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.