API reference - Class QWizard

Notation used in Ruby API documentation

Module: QtWidgets

Description: Binding of QWizard

Class hierarchy: QWizard » QDialog » QWidget » QObject

Sub-classes: WizardButton, QFlags_WizardButton, WizardOption, QFlags_WizardOption, WizardPixmap, QFlags_WizardPixmap, WizardStyle, QFlags_WizardStyle

Public constructors

new QWizardnew(QWidget ptr parent = 0,
Qt_QFlags_WindowType flags = 0)
Constructor QWizard::QWizard(QWidget *parent, QFlags<Qt::WindowType> flags)

Public methods

void_createEnsures the C++ object is created
void_destroyExplicitly destroys the object
[const]bool_destroyed?Returns a value indicating whether the object was already destroyed
[const]bool_is_const_object?Returns a value indicating whether the reference is a const reference
void_manageMarks the object as managed by the script side.
void_unmanageMarks the object as no longer owned by the script side.
voidacceptVirtual method void QWizard::accept()
[signal]voidacceptedSignal declaration for QWizard::accepted()
intaddPage(QWizardPage ptr page)Method int QWizard::addPage(QWizardPage *page)
voidbackMethod void QWizard::back()
[const]QAbstractButton ptrbutton(const QWizard_WizardButton which)Method QAbstractButton *QWizard::button(QWizard::WizardButton which)
[const]stringbuttonText(const QWizard_WizardButton which)Method QString QWizard::buttonText(QWizard::WizardButton which)
[const]intcurrentIdMethod int QWizard::currentId()
[signal]voidcurrentIdChanged(int id)Signal declaration for QWizard::currentIdChanged(int id)
[const]QWizardPage ptrcurrentPageMethod QWizardPage *QWizard::currentPage()
[signal]voidcustomButtonClicked(int which)Signal declaration for QWizard::customButtonClicked(int which)
[signal]voidcustomContextMenuRequested(const QPoint pos)Signal declaration for QWizard::customContextMenuRequested(const QPoint &pos)
[signal]voiddestroyed(QObject ptr arg1)Signal declaration for QWizard::destroyed(QObject *)
voidemit_acceptedEmitter for signal void QWizard::accepted()
voidemit_currentIdChanged(int id)Emitter for signal void QWizard::currentIdChanged(int id)
voidemit_customButtonClicked(int which)Emitter for signal void QWizard::customButtonClicked(int which)
voidemit_customContextMenuRequested(const QPoint pos)Emitter for signal void QWizard::customContextMenuRequested(const QPoint &pos)
voidemit_destroyed(QObject ptr arg1 = 0)Emitter for signal void QWizard::destroyed(QObject *)
voidemit_finished(int result)Emitter for signal void QWizard::finished(int result)
voidemit_helpRequestedEmitter for signal void QWizard::helpRequested()
voidemit_objectNameChanged(string objectName)Emitter for signal void QWizard::objectNameChanged(const QString &objectName)
voidemit_pageAdded(int id)Emitter for signal void QWizard::pageAdded(int id)
voidemit_pageRemoved(int id)Emitter for signal void QWizard::pageRemoved(int id)
voidemit_rejectedEmitter for signal void QWizard::rejected()
voidemit_windowIconChanged(const QIcon icon)Emitter for signal void QWizard::windowIconChanged(const QIcon &icon)
voidemit_windowIconTextChanged(string iconText)Emitter for signal void QWizard::windowIconTextChanged(const QString &iconText)
voidemit_windowTitleChanged(string title)Emitter for signal void QWizard::windowTitleChanged(const QString &title)
intexecVirtual method int QWizard::exec()
[const]variantfield(string name)Method QVariant QWizard::field(const QString &name)
[signal]voidfinished(int result)Signal declaration for QWizard::finished(int result)
[const]boolhasHeightForWidthVirtual method bool QWizard::hasHeightForWidth()
[const]boolhasVisitedPage(int id)Method bool QWizard::hasVisitedPage(int id)
[const]intheightForWidth(int arg1)Virtual method int QWizard::heightForWidth(int)
[signal]voidhelpRequestedSignal declaration for QWizard::helpRequested()
[const]variantinputMethodQuery(const Qt_InputMethodQuery arg1)Virtual method QVariant QWizard::inputMethodQuery(Qt::InputMethodQuery)
[const]QSizeminimumSizeHintVirtual method QSize QWizard::minimumSizeHint()
voidnextMethod void QWizard::next()
[const]intnextIdVirtual method int QWizard::nextId()
[signal]voidobjectNameChanged(string objectName)Signal declaration for QWizard::objectNameChanged(const QString &objectName)
voidopenVirtual method void QWizard::open()
[const]QWizard_QFlags_WizardOptionoptionsMethod QFlags<QWizard::WizardOption> QWizard::options()
voidoptions=(QWizard_QFlags_WizardOption options)Method void QWizard::setOptions(QFlags<QWizard::WizardOption> options)
[const]QWizardPage ptrpage(int id)Method QWizardPage *QWizard::page(int id)
[signal]voidpageAdded(int id)Signal declaration for QWizard::pageAdded(int id)
[const]int[]pageIdsMethod QList<int> QWizard::pageIds()
[signal]voidpageRemoved(int id)Signal declaration for QWizard::pageRemoved(int id)
[const]QPaintEngine ptrpaintEngineVirtual method QPaintEngine *QWizard::paintEngine()
[const]QPixmappixmap(const QWizard_WizardPixmap which)Method QPixmap QWizard::pixmap(QWizard::WizardPixmap which)
voidrejectVirtual method void QWizard::reject()
[signal]voidrejectedSignal declaration for QWizard::rejected()
voidremovePage(int id)Method void QWizard::removePage(int id)
voidrestartMethod void QWizard::restart()
voidsetButton(const QWizard_WizardButton which,
QAbstractButton ptr button)
Method void QWizard::setButton(QWizard::WizardButton which, QAbstractButton *button)
voidsetButtonLayout(QWizard_WizardButton[] layout)Method void QWizard::setButtonLayout(const QList<QWizard::WizardButton> &layout)
voidsetButtonText(const QWizard_WizardButton which,
string text)
Method void QWizard::setButtonText(QWizard::WizardButton which, const QString &text)
voidsetDefaultProperty(string className,
string property,
string changedSignal)
Method void QWizard::setDefaultProperty(const char *className, const char *property, const char *changedSignal)
voidsetField(string name,
variant value)
Method void QWizard::setField(const QString &name, const QVariant &value)
voidsetOption(const QWizard_WizardOption option,
bool on = true)
Method void QWizard::setOption(QWizard::WizardOption option, bool on)
voidsetOptions(QWizard_QFlags_WizardOption options)Method void QWizard::setOptions(QFlags<QWizard::WizardOption> options)
voidsetPage(int id,
QWizardPage ptr page)
Method void QWizard::setPage(int id, QWizardPage *page)
voidsetPixmap(const QWizard_WizardPixmap which,
const QPixmap pixmap)
Method void QWizard::setPixmap(QWizard::WizardPixmap which, const QPixmap &pixmap)
voidsetSideWidget(QWidget ptr widget)Method void QWizard::setSideWidget(QWidget *widget)
voidsetStartId(int id)Method void QWizard::setStartId(int id)
voidsetSubTitleFormat(const Qt_TextFormat format)Method void QWizard::setSubTitleFormat(Qt::TextFormat format)
voidsetTitleFormat(const Qt_TextFormat format)Method void QWizard::setTitleFormat(Qt::TextFormat format)
voidsetVisible(bool visible)Virtual method void QWizard::setVisible(bool visible)
voidsetWizardStyle(const QWizard_WizardStyle style)Method void QWizard::setWizardStyle(QWizard::WizardStyle style)
[const]QWidget ptrsideWidgetMethod QWidget *QWizard::sideWidget()
voidsideWidget=(QWidget ptr widget)Method void QWizard::setSideWidget(QWidget *widget)
[const]QSizesizeHintVirtual method QSize QWizard::sizeHint()
[const]intstartIdMethod int QWizard::startId()
voidstartId=(int id)Method void QWizard::setStartId(int id)
[const]Qt_TextFormatsubTitleFormatMethod Qt::TextFormat QWizard::subTitleFormat()
voidsubTitleFormat=(const Qt_TextFormat format)Method void QWizard::setSubTitleFormat(Qt::TextFormat format)
[const]booltestOption(const QWizard_WizardOption option)Method bool QWizard::testOption(QWizard::WizardOption option)
[const]Qt_TextFormattitleFormatMethod Qt::TextFormat QWizard::titleFormat()
voidtitleFormat=(const Qt_TextFormat format)Method void QWizard::setTitleFormat(Qt::TextFormat format)
boolvalidateCurrentPageVirtual method bool QWizard::validateCurrentPage()
voidvisible=(bool visible)Method void QWizard::setVisible(bool visible)
[const]int[]visitedPagesMethod QList<int> QWizard::visitedPages()
[signal]voidwindowIconChanged(const QIcon icon)Signal declaration for QWizard::windowIconChanged(const QIcon &icon)
[signal]voidwindowIconTextChanged(string iconText)Signal declaration for QWizard::windowIconTextChanged(const QString &iconText)
[signal]voidwindowTitleChanged(string title)Signal declaration for QWizard::windowTitleChanged(const QString &title)
[const]QWizard_WizardStylewizardStyleMethod QWizard::WizardStyle QWizard::wizardStyle()
voidwizardStyle=(const QWizard_WizardStyle style)Method void QWizard::setWizardStyle(QWizard::WizardStyle style)

Public static methods and constants

[static,const]QWizard_WizardStyleAeroStyleEnum constant QWizard::AeroStyle
[static,const]QWizard_WizardButtonBackButtonEnum constant QWizard::BackButton
[static,const]QWizard_WizardPixmapBackgroundPixmapEnum constant QWizard::BackgroundPixmap
[static,const]QWizard_WizardPixmapBannerPixmapEnum constant QWizard::BannerPixmap
[static,const]QWizard_WizardButtonCancelButtonEnum constant QWizard::CancelButton
[static,const]QWizard_WizardOptionCancelButtonOnLeftEnum constant QWizard::CancelButtonOnLeft
[static,const]QWizard_WizardStyleClassicStyleEnum constant QWizard::ClassicStyle
[static,const]QWizard_WizardButtonCommitButtonEnum constant QWizard::CommitButton
[static,const]QWizard_WizardButtonCustomButton1Enum constant QWizard::CustomButton1
[static,const]QWizard_WizardButtonCustomButton2Enum constant QWizard::CustomButton2
[static,const]QWizard_WizardButtonCustomButton3Enum constant QWizard::CustomButton3
[static,const]QWizard_WizardOptionDisabledBackButtonOnLastPageEnum constant QWizard::DisabledBackButtonOnLastPage
[static,const]QWizard_WizardOptionExtendedWatermarkPixmapEnum constant QWizard::ExtendedWatermarkPixmap
[static,const]QWizard_WizardButtonFinishButtonEnum constant QWizard::FinishButton
[static,const]QWizard_WizardOptionHaveCustomButton1Enum constant QWizard::HaveCustomButton1
[static,const]QWizard_WizardOptionHaveCustomButton2Enum constant QWizard::HaveCustomButton2
[static,const]QWizard_WizardOptionHaveCustomButton3Enum constant QWizard::HaveCustomButton3
[static,const]QWizard_WizardOptionHaveFinishButtonOnEarlyPagesEnum constant QWizard::HaveFinishButtonOnEarlyPages
[static,const]QWizard_WizardOptionHaveHelpButtonEnum constant QWizard::HaveHelpButton
[static,const]QWizard_WizardOptionHaveNextButtonOnLastPageEnum constant QWizard::HaveNextButtonOnLastPage
[static,const]QWizard_WizardButtonHelpButtonEnum constant QWizard::HelpButton
[static,const]QWizard_WizardOptionHelpButtonOnRightEnum constant QWizard::HelpButtonOnRight
[static,const]QWizard_WizardOptionIgnoreSubTitlesEnum constant QWizard::IgnoreSubTitles
[static,const]QWizard_WizardOptionIndependentPagesEnum constant QWizard::IndependentPages
[static,const]QWizard_WizardPixmapLogoPixmapEnum constant QWizard::LogoPixmap
[static,const]QWizard_WizardStyleMacStyleEnum constant QWizard::MacStyle
[static,const]QWizard_WizardStyleModernStyleEnum constant QWizard::ModernStyle
[static,const]QWizard_WizardButtonNButtonsEnum constant QWizard::NButtons
[static,const]QWizard_WizardPixmapNPixmapsEnum constant QWizard::NPixmaps
[static,const]QWizard_WizardButtonNStandardButtonsEnum constant QWizard::NStandardButtons
[static,const]QWizard_WizardStyleNStylesEnum constant QWizard::NStyles
[static,const]QWizard_WizardButtonNextButtonEnum constant QWizard::NextButton
[static,const]QWizard_WizardOptionNoBackButtonOnLastPageEnum constant QWizard::NoBackButtonOnLastPage
[static,const]QWizard_WizardOptionNoBackButtonOnStartPageEnum constant QWizard::NoBackButtonOnStartPage
[static,const]QWizard_WizardButtonNoButtonEnum constant QWizard::NoButton
[static,const]QWizard_WizardOptionNoCancelButtonEnum constant QWizard::NoCancelButton
[static,const]QWizard_WizardOptionNoCancelButtonOnLastPageEnum constant QWizard::NoCancelButtonOnLastPage
[static,const]QWizard_WizardOptionNoDefaultButtonEnum constant QWizard::NoDefaultButton
[static,const]QWizard_WizardButtonStretchEnum constant QWizard::Stretch
[static,const]QWizard_WizardPixmapWatermarkPixmapEnum constant QWizard::WatermarkPixmap
QMetaObjectstaticMetaObjectObtains the static MetaObject for this class.
stringtr(string s,
string c = nullptr,
int n = -1)
Static method QString QWizard::tr(const char *s, const char *c, int n)
stringtrUtf8(string s,
string c = nullptr,
int n = -1)
Static method QString QWizard::trUtf8(const char *s, const char *c, int n)

Protected methods (static, non-static and constructors)

voidactionEvent(QActionEvent ptr arg1)Virtual method void QWizard::actionEvent(QActionEvent *)
voidadjustPosition(QWidget ptr arg1)Method void QWizard::adjustPosition(QWidget *)
voidchangeEvent(QEvent ptr arg1)Virtual method void QWizard::changeEvent(QEvent *)
voidchildEvent(QChildEvent ptr arg1)Virtual method void QWizard::childEvent(QChildEvent *)
voidcleanupPage(int id)Virtual method void QWizard::cleanupPage(int id)
voidcloseEvent(QCloseEvent ptr arg1)Virtual method void QWizard::closeEvent(QCloseEvent *)
voidcontextMenuEvent(QContextMenuEvent ptr arg1)Virtual method void QWizard::contextMenuEvent(QContextMenuEvent *)
voidcustomEvent(QEvent ptr arg1)Virtual method void QWizard::customEvent(QEvent *)
voiddisconnectNotify(const QMetaMethod signal)Virtual method void QWizard::disconnectNotify(const QMetaMethod &signal)
voiddone(int result)Virtual method void QWizard::done(int result)
voiddragEnterEvent(QDragEnterEvent ptr arg1)Virtual method void QWizard::dragEnterEvent(QDragEnterEvent *)
voiddragLeaveEvent(QDragLeaveEvent ptr arg1)Virtual method void QWizard::dragLeaveEvent(QDragLeaveEvent *)
voiddragMoveEvent(QDragMoveEvent ptr arg1)Virtual method void QWizard::dragMoveEvent(QDragMoveEvent *)
voiddropEvent(QDropEvent ptr arg1)Virtual method void QWizard::dropEvent(QDropEvent *)
voidenterEvent(QEvent ptr arg1)Virtual method void QWizard::enterEvent(QEvent *)
boolevent(QEvent ptr event)Virtual method bool QWizard::event(QEvent *event)
booleventFilter(QObject ptr arg1,
QEvent ptr arg2)
Virtual method bool QWizard::eventFilter(QObject *, QEvent *)
voidfocusInEvent(QFocusEvent ptr arg1)Virtual method void QWizard::focusInEvent(QFocusEvent *)
boolfocusNextChildMethod bool QWizard::focusNextChild()
boolfocusNextPrevChild(bool next)Virtual method bool QWizard::focusNextPrevChild(bool next)
voidfocusOutEvent(QFocusEvent ptr arg1)Virtual method void QWizard::focusOutEvent(QFocusEvent *)
boolfocusPreviousChildMethod bool QWizard::focusPreviousChild()
voidhideEvent(QHideEvent ptr arg1)Virtual method void QWizard::hideEvent(QHideEvent *)
[const]voidinitPainter(QPainter ptr painter)Virtual method void QWizard::initPainter(QPainter *painter)
voidinitializePage(int id)Virtual method void QWizard::initializePage(int id)
voidinputMethodEvent(QInputMethodEvent ptr arg1)Virtual method void QWizard::inputMethodEvent(QInputMethodEvent *)
[const]boolisSignalConnected(const QMetaMethod signal)Method bool QWizard::isSignalConnected(const QMetaMethod &signal)
voidkeyPressEvent(QKeyEvent ptr arg1)Virtual method void QWizard::keyPressEvent(QKeyEvent *)
voidkeyReleaseEvent(QKeyEvent ptr arg1)Virtual method void QWizard::keyReleaseEvent(QKeyEvent *)
voidleaveEvent(QEvent ptr arg1)Virtual method void QWizard::leaveEvent(QEvent *)
[const]intmetric(const QPaintDevice_PaintDeviceMetric arg1)Virtual method int QWizard::metric(QPaintDevice::PaintDeviceMetric)
voidmouseDoubleClickEvent(QMouseEvent ptr arg1)Virtual method void QWizard::mouseDoubleClickEvent(QMouseEvent *)
voidmouseMoveEvent(QMouseEvent ptr arg1)Virtual method void QWizard::mouseMoveEvent(QMouseEvent *)
voidmousePressEvent(QMouseEvent ptr arg1)Virtual method void QWizard::mousePressEvent(QMouseEvent *)
voidmouseReleaseEvent(QMouseEvent ptr arg1)Virtual method void QWizard::mouseReleaseEvent(QMouseEvent *)
voidmoveEvent(QMoveEvent ptr arg1)Virtual method void QWizard::moveEvent(QMoveEvent *)
boolnativeEvent(bytes eventType,
void * message,
long ptr result)
Virtual method bool QWizard::nativeEvent(const QByteArray &eventType, void *message, long int *result)
voidpaintEvent(QPaintEvent ptr event)Virtual method void QWizard::paintEvent(QPaintEvent *event)
voidqt_create(unsigned long long arg1 = 0,
bool initializeWindow = true,
bool destroyOldWindow = true)
Method void QWizard::create(WId, bool initializeWindow, bool destroyOldWindow)
voidqt_destroy(bool destroyWindow = true,
bool destroySubWindows = true)
Method void QWizard::destroy(bool destroyWindow, bool destroySubWindows)
[const]intreceivers(string signal)Method int QWizard::receivers(const char *signal)
[const]QPaintDevice ptrredirected(QPoint ptr offset)Virtual method QPaintDevice *QWizard::redirected(QPoint *offset)
voidresizeEvent(QResizeEvent ptr event)Virtual method void QWizard::resizeEvent(QResizeEvent *event)
[const]QObject ptrsenderMethod QObject *QWizard::sender()
[const]intsenderSignalIndexMethod int QWizard::senderSignalIndex()
[const]QPainter ptrsharedPainterVirtual method QPainter *QWizard::sharedPainter()
voidshowEvent(QShowEvent ptr arg1)Virtual method void QWizard::showEvent(QShowEvent *)
voidtabletEvent(QTabletEvent ptr arg1)Virtual method void QWizard::tabletEvent(QTabletEvent *)
voidtimerEvent(QTimerEvent ptr arg1)Virtual method void QWizard::timerEvent(QTimerEvent *)
voidupdateMicroFocusMethod void QWizard::updateMicroFocus()
voidwheelEvent(QWheelEvent ptr arg1)Virtual method void QWizard::wheelEvent(QWheelEvent *)

Detailed description

AeroStyle

Signature: [static,const] QWizard_WizardStyle AeroStyle

Description: Enum constant QWizard::AeroStyle

Python specific notes:
The object exposes a readable attribute 'AeroStyle'. This is the getter.

BackButton

Signature: [static,const] QWizard_WizardButton BackButton

Description: Enum constant QWizard::BackButton

Python specific notes:
The object exposes a readable attribute 'BackButton'. This is the getter.

BackgroundPixmap

Signature: [static,const] QWizard_WizardPixmap BackgroundPixmap

Description: Enum constant QWizard::BackgroundPixmap

Python specific notes:
The object exposes a readable attribute 'BackgroundPixmap'. This is the getter.

BannerPixmap

Signature: [static,const] QWizard_WizardPixmap BannerPixmap

Description: Enum constant QWizard::BannerPixmap

Python specific notes:
The object exposes a readable attribute 'BannerPixmap'. This is the getter.

CancelButton

Signature: [static,const] QWizard_WizardButton CancelButton

Description: Enum constant QWizard::CancelButton

Python specific notes:
The object exposes a readable attribute 'CancelButton'. This is the getter.

CancelButtonOnLeft

Signature: [static,const] QWizard_WizardOption CancelButtonOnLeft

Description: Enum constant QWizard::CancelButtonOnLeft

Python specific notes:
The object exposes a readable attribute 'CancelButtonOnLeft'. This is the getter.

ClassicStyle

Signature: [static,const] QWizard_WizardStyle ClassicStyle

Description: Enum constant QWizard::ClassicStyle

Python specific notes:
The object exposes a readable attribute 'ClassicStyle'. This is the getter.

CommitButton

Signature: [static,const] QWizard_WizardButton CommitButton

Description: Enum constant QWizard::CommitButton

Python specific notes:
The object exposes a readable attribute 'CommitButton'. This is the getter.

CustomButton1

Signature: [static,const] QWizard_WizardButton CustomButton1

Description: Enum constant QWizard::CustomButton1

Python specific notes:
The object exposes a readable attribute 'CustomButton1'. This is the getter.

CustomButton2

Signature: [static,const] QWizard_WizardButton CustomButton2

Description: Enum constant QWizard::CustomButton2

Python specific notes:
The object exposes a readable attribute 'CustomButton2'. This is the getter.

CustomButton3

Signature: [static,const] QWizard_WizardButton CustomButton3

Description: Enum constant QWizard::CustomButton3

Python specific notes:
The object exposes a readable attribute 'CustomButton3'. This is the getter.

DisabledBackButtonOnLastPage

Signature: [static,const] QWizard_WizardOption DisabledBackButtonOnLastPage

Description: Enum constant QWizard::DisabledBackButtonOnLastPage

Python specific notes:
The object exposes a readable attribute 'DisabledBackButtonOnLastPage'. This is the getter.

ExtendedWatermarkPixmap

Signature: [static,const] QWizard_WizardOption ExtendedWatermarkPixmap

Description: Enum constant QWizard::ExtendedWatermarkPixmap

Python specific notes:
The object exposes a readable attribute 'ExtendedWatermarkPixmap'. This is the getter.

FinishButton

Signature: [static,const] QWizard_WizardButton FinishButton

Description: Enum constant QWizard::FinishButton

Python specific notes:
The object exposes a readable attribute 'FinishButton'. This is the getter.

HaveCustomButton1

Signature: [static,const] QWizard_WizardOption HaveCustomButton1

Description: Enum constant QWizard::HaveCustomButton1

Python specific notes:
The object exposes a readable attribute 'HaveCustomButton1'. This is the getter.

HaveCustomButton2

Signature: [static,const] QWizard_WizardOption HaveCustomButton2

Description: Enum constant QWizard::HaveCustomButton2

Python specific notes:
The object exposes a readable attribute 'HaveCustomButton2'. This is the getter.

HaveCustomButton3

Signature: [static,const] QWizard_WizardOption HaveCustomButton3

Description: Enum constant QWizard::HaveCustomButton3

Python specific notes:
The object exposes a readable attribute 'HaveCustomButton3'. This is the getter.

HaveFinishButtonOnEarlyPages

Signature: [static,const] QWizard_WizardOption HaveFinishButtonOnEarlyPages

Description: Enum constant QWizard::HaveFinishButtonOnEarlyPages

Python specific notes:
The object exposes a readable attribute 'HaveFinishButtonOnEarlyPages'. This is the getter.

HaveHelpButton

Signature: [static,const] QWizard_WizardOption HaveHelpButton

Description: Enum constant QWizard::HaveHelpButton

Python specific notes:
The object exposes a readable attribute 'HaveHelpButton'. This is the getter.

HaveNextButtonOnLastPage

Signature: [static,const] QWizard_WizardOption HaveNextButtonOnLastPage

Description: Enum constant QWizard::HaveNextButtonOnLastPage

Python specific notes:
The object exposes a readable attribute 'HaveNextButtonOnLastPage'. This is the getter.

HelpButton

Signature: [static,const] QWizard_WizardButton HelpButton

Description: Enum constant QWizard::HelpButton

Python specific notes:
The object exposes a readable attribute 'HelpButton'. This is the getter.

HelpButtonOnRight

Signature: [static,const] QWizard_WizardOption HelpButtonOnRight

Description: Enum constant QWizard::HelpButtonOnRight

Python specific notes:
The object exposes a readable attribute 'HelpButtonOnRight'. This is the getter.

IgnoreSubTitles

Signature: [static,const] QWizard_WizardOption IgnoreSubTitles

Description: Enum constant QWizard::IgnoreSubTitles

Python specific notes:
The object exposes a readable attribute 'IgnoreSubTitles'. This is the getter.

IndependentPages

Signature: [static,const] QWizard_WizardOption IndependentPages

Description: Enum constant QWizard::IndependentPages

Python specific notes:
The object exposes a readable attribute 'IndependentPages'. This is the getter.

LogoPixmap

Signature: [static,const] QWizard_WizardPixmap LogoPixmap

Description: Enum constant QWizard::LogoPixmap

Python specific notes:
The object exposes a readable attribute 'LogoPixmap'. This is the getter.

MacStyle

Signature: [static,const] QWizard_WizardStyle MacStyle

Description: Enum constant QWizard::MacStyle

Python specific notes:
The object exposes a readable attribute 'MacStyle'. This is the getter.

ModernStyle

Signature: [static,const] QWizard_WizardStyle ModernStyle

Description: Enum constant QWizard::ModernStyle

Python specific notes:
The object exposes a readable attribute 'ModernStyle'. This is the getter.

NButtons

Signature: [static,const] QWizard_WizardButton NButtons

Description: Enum constant QWizard::NButtons

Python specific notes:
The object exposes a readable attribute 'NButtons'. This is the getter.

NPixmaps

Signature: [static,const] QWizard_WizardPixmap NPixmaps

Description: Enum constant QWizard::NPixmaps

Python specific notes:
The object exposes a readable attribute 'NPixmaps'. This is the getter.

NStandardButtons

Signature: [static,const] QWizard_WizardButton NStandardButtons

Description: Enum constant QWizard::NStandardButtons

Python specific notes:
The object exposes a readable attribute 'NStandardButtons'. This is the getter.

NStyles

Signature: [static,const] QWizard_WizardStyle NStyles

Description: Enum constant QWizard::NStyles

Python specific notes:
The object exposes a readable attribute 'NStyles'. This is the getter.

NextButton

Signature: [static,const] QWizard_WizardButton NextButton

Description: Enum constant QWizard::NextButton

Python specific notes:
The object exposes a readable attribute 'NextButton'. This is the getter.

NoBackButtonOnLastPage

Signature: [static,const] QWizard_WizardOption NoBackButtonOnLastPage

Description: Enum constant QWizard::NoBackButtonOnLastPage

Python specific notes:
The object exposes a readable attribute 'NoBackButtonOnLastPage'. This is the getter.

NoBackButtonOnStartPage

Signature: [static,const] QWizard_WizardOption NoBackButtonOnStartPage

Description: Enum constant QWizard::NoBackButtonOnStartPage

Python specific notes:
The object exposes a readable attribute 'NoBackButtonOnStartPage'. This is the getter.

NoButton

Signature: [static,const] QWizard_WizardButton NoButton

Description: Enum constant QWizard::NoButton

Python specific notes:
The object exposes a readable attribute 'NoButton'. This is the getter.

NoCancelButton

Signature: [static,const] QWizard_WizardOption NoCancelButton

Description: Enum constant QWizard::NoCancelButton

Python specific notes:
The object exposes a readable attribute 'NoCancelButton'. This is the getter.

NoCancelButtonOnLastPage

Signature: [static,const] QWizard_WizardOption NoCancelButtonOnLastPage

Description: Enum constant QWizard::NoCancelButtonOnLastPage

Python specific notes:
The object exposes a readable attribute 'NoCancelButtonOnLastPage'. This is the getter.

NoDefaultButton

Signature: [static,const] QWizard_WizardOption NoDefaultButton

Description: Enum constant QWizard::NoDefaultButton

Python specific notes:
The object exposes a readable attribute 'NoDefaultButton'. This is the getter.

Stretch

Signature: [static,const] QWizard_WizardButton Stretch

Description: Enum constant QWizard::Stretch

Python specific notes:
The object exposes a readable attribute 'Stretch'. This is the getter.

WatermarkPixmap

Signature: [static,const] QWizard_WizardPixmap WatermarkPixmap

Description: Enum constant QWizard::WatermarkPixmap

Python specific notes:
The object exposes a readable attribute 'WatermarkPixmap'. This is the getter.

_create

Signature: void _create

Description: Ensures the C++ object is created

Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created.

_destroy

Signature: void _destroy

Description: Explicitly destroys the object

Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing.

_destroyed?

Signature: [const] bool _destroyed?

Description: Returns a value indicating whether the object was already destroyed

This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself.

_is_const_object?

Signature: [const] bool _is_const_object?

Description: Returns a value indicating whether the reference is a const reference

This method returns true, if self is a const reference. In that case, only const methods may be called on self.

_manage

Signature: void _manage

Description: Marks the object as managed by the script side.

After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required.

Usually it's not required to call this method. It has been introduced in version 0.24.

_unmanage

Signature: void _unmanage

Description: Marks the object as no longer owned by the script side.

Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur.

Usually it's not required to call this method. It has been introduced in version 0.24.

accept

Signature: void accept

Description: Virtual method void QWizard::accept()

This method can be reimplemented in a derived class.

accepted

Signature: [signal] void accepted

Description: Signal declaration for QWizard::accepted()

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'accepted'. This is the getter.
The object exposes a writable attribute 'accepted'. This is the setter.

actionEvent

Signature: void actionEvent (QActionEvent ptr arg1)

Description: Virtual method void QWizard::actionEvent(QActionEvent *)

This method can be reimplemented in a derived class.

addPage

Signature: int addPage (QWizardPage ptr page)

Description: Method int QWizard::addPage(QWizardPage *page)

adjustPosition

Signature: void adjustPosition (QWidget ptr arg1)

Description: Method void QWizard::adjustPosition(QWidget *)

This method is protected and can only be called from inside a derived class.

back

Signature: void back

Description: Method void QWizard::back()

button

Signature: [const] QAbstractButton ptr button (const QWizard_WizardButton which)

Description: Method QAbstractButton *QWizard::button(QWizard::WizardButton which)

buttonText

Signature: [const] string buttonText (const QWizard_WizardButton which)

Description: Method QString QWizard::buttonText(QWizard::WizardButton which)

changeEvent

Signature: void changeEvent (QEvent ptr arg1)

Description: Virtual method void QWizard::changeEvent(QEvent *)

This method can be reimplemented in a derived class.

childEvent

Signature: void childEvent (QChildEvent ptr arg1)

Description: Virtual method void QWizard::childEvent(QChildEvent *)

This method can be reimplemented in a derived class.

cleanupPage

Signature: void cleanupPage (int id)

Description: Virtual method void QWizard::cleanupPage(int id)

This method can be reimplemented in a derived class.

closeEvent

Signature: void closeEvent (QCloseEvent ptr arg1)

Description: Virtual method void QWizard::closeEvent(QCloseEvent *)

This method can be reimplemented in a derived class.

contextMenuEvent

Signature: void contextMenuEvent (QContextMenuEvent ptr arg1)

Description: Virtual method void QWizard::contextMenuEvent(QContextMenuEvent *)

This method can be reimplemented in a derived class.

currentId

Signature: [const] int currentId

Description: Method int QWizard::currentId()

Python specific notes:
The object exposes a readable attribute 'currentId'. This is the getter.

currentIdChanged

Signature: [signal] void currentIdChanged (int id)

Description: Signal declaration for QWizard::currentIdChanged(int id)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'currentIdChanged'. This is the getter.
The object exposes a writable attribute 'currentIdChanged'. This is the setter.

currentPage

Signature: [const] QWizardPage ptr currentPage

Description: Method QWizardPage *QWizard::currentPage()

customButtonClicked

Signature: [signal] void customButtonClicked (int which)

Description: Signal declaration for QWizard::customButtonClicked(int which)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'customButtonClicked'. This is the getter.
The object exposes a writable attribute 'customButtonClicked'. This is the setter.

customContextMenuRequested

Signature: [signal] void customContextMenuRequested (const QPoint pos)

Description: Signal declaration for QWizard::customContextMenuRequested(const QPoint &pos)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'customContextMenuRequested'. This is the getter.
The object exposes a writable attribute 'customContextMenuRequested'. This is the setter.

customEvent

Signature: void customEvent (QEvent ptr arg1)

Description: Virtual method void QWizard::customEvent(QEvent *)

This method can be reimplemented in a derived class.

destroyed

Signature: [signal] void destroyed (QObject ptr arg1)

Description: Signal declaration for QWizard::destroyed(QObject *)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'destroyed'. This is the getter.
The object exposes a writable attribute 'destroyed'. This is the setter.

disconnectNotify

Signature: void disconnectNotify (const QMetaMethod signal)

Description: Virtual method void QWizard::disconnectNotify(const QMetaMethod &signal)

This method can be reimplemented in a derived class.

done

Signature: void done (int result)

Description: Virtual method void QWizard::done(int result)

This method can be reimplemented in a derived class.

dragEnterEvent

Signature: void dragEnterEvent (QDragEnterEvent ptr arg1)

Description: Virtual method void QWizard::dragEnterEvent(QDragEnterEvent *)

This method can be reimplemented in a derived class.

dragLeaveEvent

Signature: void dragLeaveEvent (QDragLeaveEvent ptr arg1)

Description: Virtual method void QWizard::dragLeaveEvent(QDragLeaveEvent *)

This method can be reimplemented in a derived class.

dragMoveEvent

Signature: void dragMoveEvent (QDragMoveEvent ptr arg1)

Description: Virtual method void QWizard::dragMoveEvent(QDragMoveEvent *)

This method can be reimplemented in a derived class.

dropEvent

Signature: void dropEvent (QDropEvent ptr arg1)

Description: Virtual method void QWizard::dropEvent(QDropEvent *)

This method can be reimplemented in a derived class.

emit_accepted

Signature: void emit_accepted

Description: Emitter for signal void QWizard::accepted()

Call this method to emit this signal.

emit_currentIdChanged

Signature: void emit_currentIdChanged (int id)

Description: Emitter for signal void QWizard::currentIdChanged(int id)

Call this method to emit this signal.

emit_customButtonClicked

Signature: void emit_customButtonClicked (int which)

Description: Emitter for signal void QWizard::customButtonClicked(int which)

Call this method to emit this signal.

emit_customContextMenuRequested

Signature: void emit_customContextMenuRequested (const QPoint pos)

Description: Emitter for signal void QWizard::customContextMenuRequested(const QPoint &pos)

Call this method to emit this signal.

emit_destroyed

Signature: void emit_destroyed (QObject ptr arg1 = 0)

Description: Emitter for signal void QWizard::destroyed(QObject *)

Call this method to emit this signal.

emit_finished

Signature: void emit_finished (int result)

Description: Emitter for signal void QWizard::finished(int result)

Call this method to emit this signal.

emit_helpRequested

Signature: void emit_helpRequested

Description: Emitter for signal void QWizard::helpRequested()

Call this method to emit this signal.

emit_objectNameChanged

Signature: void emit_objectNameChanged (string objectName)

Description: Emitter for signal void QWizard::objectNameChanged(const QString &objectName)

Call this method to emit this signal.

emit_pageAdded

Signature: void emit_pageAdded (int id)

Description: Emitter for signal void QWizard::pageAdded(int id)

Call this method to emit this signal.

emit_pageRemoved

Signature: void emit_pageRemoved (int id)

Description: Emitter for signal void QWizard::pageRemoved(int id)

Call this method to emit this signal.

emit_rejected

Signature: void emit_rejected

Description: Emitter for signal void QWizard::rejected()

Call this method to emit this signal.

emit_windowIconChanged

Signature: void emit_windowIconChanged (const QIcon icon)

Description: Emitter for signal void QWizard::windowIconChanged(const QIcon &icon)

Call this method to emit this signal.

emit_windowIconTextChanged

Signature: void emit_windowIconTextChanged (string iconText)

Description: Emitter for signal void QWizard::windowIconTextChanged(const QString &iconText)

Call this method to emit this signal.

emit_windowTitleChanged

Signature: void emit_windowTitleChanged (string title)

Description: Emitter for signal void QWizard::windowTitleChanged(const QString &title)

Call this method to emit this signal.

enterEvent

Signature: void enterEvent (QEvent ptr arg1)

Description: Virtual method void QWizard::enterEvent(QEvent *)

This method can be reimplemented in a derived class.

event

Signature: bool event (QEvent ptr event)

Description: Virtual method bool QWizard::event(QEvent *event)

This method can be reimplemented in a derived class.

eventFilter

Signature: bool eventFilter (QObject ptr arg1, QEvent ptr arg2)

Description: Virtual method bool QWizard::eventFilter(QObject *, QEvent *)

This method can be reimplemented in a derived class.

exec

Signature: int exec

Description: Virtual method int QWizard::exec()

This method can be reimplemented in a derived class.

Python specific notes:
This attribute is available as 'exec_' in Python.

field

Signature: [const] variant field (string name)

Description: Method QVariant QWizard::field(const QString &name)

finished

Signature: [signal] void finished (int result)

Description: Signal declaration for QWizard::finished(int result)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'finished'. This is the getter.
The object exposes a writable attribute 'finished'. This is the setter.

focusInEvent

Signature: void focusInEvent (QFocusEvent ptr arg1)

Description: Virtual method void QWizard::focusInEvent(QFocusEvent *)

This method can be reimplemented in a derived class.

focusNextChild

Signature: bool focusNextChild

Description: Method bool QWizard::focusNextChild()

This method is protected and can only be called from inside a derived class.

focusNextPrevChild

Signature: bool focusNextPrevChild (bool next)

Description: Virtual method bool QWizard::focusNextPrevChild(bool next)

This method can be reimplemented in a derived class.

focusOutEvent

Signature: void focusOutEvent (QFocusEvent ptr arg1)

Description: Virtual method void QWizard::focusOutEvent(QFocusEvent *)

This method can be reimplemented in a derived class.

focusPreviousChild

Signature: bool focusPreviousChild

Description: Method bool QWizard::focusPreviousChild()

This method is protected and can only be called from inside a derived class.

hasHeightForWidth

Signature: [const] bool hasHeightForWidth

Description: Virtual method bool QWizard::hasHeightForWidth()

This method can be reimplemented in a derived class.

hasVisitedPage

Signature: [const] bool hasVisitedPage (int id)

Description: Method bool QWizard::hasVisitedPage(int id)

heightForWidth

Signature: [const] int heightForWidth (int arg1)

Description: Virtual method int QWizard::heightForWidth(int)

This method can be reimplemented in a derived class.

helpRequested

Signature: [signal] void helpRequested

Description: Signal declaration for QWizard::helpRequested()

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'helpRequested'. This is the getter.
The object exposes a writable attribute 'helpRequested'. This is the setter.

hideEvent

Signature: void hideEvent (QHideEvent ptr arg1)

Description: Virtual method void QWizard::hideEvent(QHideEvent *)

This method can be reimplemented in a derived class.

initPainter

Signature: [const] void initPainter (QPainter ptr painter)

Description: Virtual method void QWizard::initPainter(QPainter *painter)

This method can be reimplemented in a derived class.

initializePage

Signature: void initializePage (int id)

Description: Virtual method void QWizard::initializePage(int id)

This method can be reimplemented in a derived class.

inputMethodEvent

Signature: void inputMethodEvent (QInputMethodEvent ptr arg1)

Description: Virtual method void QWizard::inputMethodEvent(QInputMethodEvent *)

This method can be reimplemented in a derived class.

inputMethodQuery

Signature: [const] variant inputMethodQuery (const Qt_InputMethodQuery arg1)

Description: Virtual method QVariant QWizard::inputMethodQuery(Qt::InputMethodQuery)

This method can be reimplemented in a derived class.

isSignalConnected

Signature: [const] bool isSignalConnected (const QMetaMethod signal)

Description: Method bool QWizard::isSignalConnected(const QMetaMethod &signal)

This method is protected and can only be called from inside a derived class.

keyPressEvent

Signature: void keyPressEvent (QKeyEvent ptr arg1)

Description: Virtual method void QWizard::keyPressEvent(QKeyEvent *)

This method can be reimplemented in a derived class.

keyReleaseEvent

Signature: void keyReleaseEvent (QKeyEvent ptr arg1)

Description: Virtual method void QWizard::keyReleaseEvent(QKeyEvent *)

This method can be reimplemented in a derived class.

leaveEvent

Signature: void leaveEvent (QEvent ptr arg1)

Description: Virtual method void QWizard::leaveEvent(QEvent *)

This method can be reimplemented in a derived class.

metric

Signature: [const] int metric (const QPaintDevice_PaintDeviceMetric arg1)

Description: Virtual method int QWizard::metric(QPaintDevice::PaintDeviceMetric)

This method can be reimplemented in a derived class.

minimumSizeHint

Signature: [const] QSize minimumSizeHint

Description: Virtual method QSize QWizard::minimumSizeHint()

This method can be reimplemented in a derived class.

mouseDoubleClickEvent

Signature: void mouseDoubleClickEvent (QMouseEvent ptr arg1)

Description: Virtual method void QWizard::mouseDoubleClickEvent(QMouseEvent *)

This method can be reimplemented in a derived class.

mouseMoveEvent

Signature: void mouseMoveEvent (QMouseEvent ptr arg1)

Description: Virtual method void QWizard::mouseMoveEvent(QMouseEvent *)

This method can be reimplemented in a derived class.

mousePressEvent

Signature: void mousePressEvent (QMouseEvent ptr arg1)

Description: Virtual method void QWizard::mousePressEvent(QMouseEvent *)

This method can be reimplemented in a derived class.

mouseReleaseEvent

Signature: void mouseReleaseEvent (QMouseEvent ptr arg1)

Description: Virtual method void QWizard::mouseReleaseEvent(QMouseEvent *)

This method can be reimplemented in a derived class.

moveEvent

Signature: void moveEvent (QMoveEvent ptr arg1)

Description: Virtual method void QWizard::moveEvent(QMoveEvent *)

This method can be reimplemented in a derived class.

nativeEvent

Signature: bool nativeEvent (bytes eventType, void * message, long ptr result)

Description: Virtual method bool QWizard::nativeEvent(const QByteArray &eventType, void *message, long int *result)

This method can be reimplemented in a derived class.

new

Signature: [static] new QWizard new (QWidget ptr parent = 0, Qt_QFlags_WindowType flags = 0)

Description: Constructor QWizard::QWizard(QWidget *parent, QFlags<Qt::WindowType> flags)

This method creates an object of class QWizard.

Python specific notes:
This method is the default initializer of the object.

next

Signature: void next

Description: Method void QWizard::next()

nextId

Signature: [const] int nextId

Description: Virtual method int QWizard::nextId()

This method can be reimplemented in a derived class.

objectNameChanged

Signature: [signal] void objectNameChanged (string objectName)

Description: Signal declaration for QWizard::objectNameChanged(const QString &objectName)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'objectNameChanged'. This is the getter.
The object exposes a writable attribute 'objectNameChanged'. This is the setter.

open

Signature: void open

Description: Virtual method void QWizard::open()

This method can be reimplemented in a derived class.

options

Signature: [const] QWizard_QFlags_WizardOption options

Description: Method QFlags<QWizard::WizardOption> QWizard::options()

Python specific notes:
The object exposes a readable attribute 'options'. This is the getter.

options=

Signature: void options= (QWizard_QFlags_WizardOption options)

Description: Method void QWizard::setOptions(QFlags<QWizard::WizardOption> options)

Python specific notes:
The object exposes a writable attribute 'options'. This is the setter.

page

Signature: [const] QWizardPage ptr page (int id)

Description: Method QWizardPage *QWizard::page(int id)

pageAdded

Signature: [signal] void pageAdded (int id)

Description: Signal declaration for QWizard::pageAdded(int id)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'pageAdded'. This is the getter.
The object exposes a writable attribute 'pageAdded'. This is the setter.

pageIds

Signature: [const] int[] pageIds

Description: Method QList<int> QWizard::pageIds()

pageRemoved

Signature: [signal] void pageRemoved (int id)

Description: Signal declaration for QWizard::pageRemoved(int id)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'pageRemoved'. This is the getter.
The object exposes a writable attribute 'pageRemoved'. This is the setter.

paintEngine

Signature: [const] QPaintEngine ptr paintEngine

Description: Virtual method QPaintEngine *QWizard::paintEngine()

This method can be reimplemented in a derived class.

paintEvent

Signature: void paintEvent (QPaintEvent ptr event)

Description: Virtual method void QWizard::paintEvent(QPaintEvent *event)

This method can be reimplemented in a derived class.

pixmap

Signature: [const] QPixmap pixmap (const QWizard_WizardPixmap which)

Description: Method QPixmap QWizard::pixmap(QWizard::WizardPixmap which)

qt_create

Signature: void qt_create (unsigned long long arg1 = 0, bool initializeWindow = true, bool destroyOldWindow = true)

Description: Method void QWizard::create(WId, bool initializeWindow, bool destroyOldWindow)

This method is protected and can only be called from inside a derived class.

qt_destroy

Signature: void qt_destroy (bool destroyWindow = true, bool destroySubWindows = true)

Description: Method void QWizard::destroy(bool destroyWindow, bool destroySubWindows)

This method is protected and can only be called from inside a derived class.

receivers

Signature: [const] int receivers (string signal)

Description: Method int QWizard::receivers(const char *signal)

This method is protected and can only be called from inside a derived class.

redirected

Signature: [const] QPaintDevice ptr redirected (QPoint ptr offset)

Description: Virtual method QPaintDevice *QWizard::redirected(QPoint *offset)

This method can be reimplemented in a derived class.

reject

Signature: void reject

Description: Virtual method void QWizard::reject()

This method can be reimplemented in a derived class.

rejected

Signature: [signal] void rejected

Description: Signal declaration for QWizard::rejected()

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'rejected'. This is the getter.
The object exposes a writable attribute 'rejected'. This is the setter.

removePage

Signature: void removePage (int id)

Description: Method void QWizard::removePage(int id)

resizeEvent

Signature: void resizeEvent (QResizeEvent ptr event)

Description: Virtual method void QWizard::resizeEvent(QResizeEvent *event)

This method can be reimplemented in a derived class.

restart

Signature: void restart

Description: Method void QWizard::restart()

sender

Signature: [const] QObject ptr sender

Description: Method QObject *QWizard::sender()

This method is protected and can only be called from inside a derived class.

senderSignalIndex

Signature: [const] int senderSignalIndex

Description: Method int QWizard::senderSignalIndex()

This method is protected and can only be called from inside a derived class.

setButton

Signature: void setButton (const QWizard_WizardButton which, QAbstractButton ptr button)

Description: Method void QWizard::setButton(QWizard::WizardButton which, QAbstractButton *button)

setButtonLayout

Signature: void setButtonLayout (QWizard_WizardButton[] layout)

Description: Method void QWizard::setButtonLayout(const QList<QWizard::WizardButton> &layout)

setButtonText

Signature: void setButtonText (const QWizard_WizardButton which, string text)

Description: Method void QWizard::setButtonText(QWizard::WizardButton which, const QString &text)

setDefaultProperty

Signature: void setDefaultProperty (string className, string property, string changedSignal)

Description: Method void QWizard::setDefaultProperty(const char *className, const char *property, const char *changedSignal)

setField

Signature: void setField (string name, variant value)

Description: Method void QWizard::setField(const QString &name, const QVariant &value)

setOption

Signature: void setOption (const QWizard_WizardOption option, bool on = true)

Description: Method void QWizard::setOption(QWizard::WizardOption option, bool on)

setOptions

Signature: void setOptions (QWizard_QFlags_WizardOption options)

Description: Method void QWizard::setOptions(QFlags<QWizard::WizardOption> options)

Python specific notes:
The object exposes a writable attribute 'options'. This is the setter.

setPage

Signature: void setPage (int id, QWizardPage ptr page)

Description: Method void QWizard::setPage(int id, QWizardPage *page)

setPixmap

Signature: void setPixmap (const QWizard_WizardPixmap which, const QPixmap pixmap)

Description: Method void QWizard::setPixmap(QWizard::WizardPixmap which, const QPixmap &pixmap)

setSideWidget

Signature: void setSideWidget (QWidget ptr widget)

Description: Method void QWizard::setSideWidget(QWidget *widget)

Python specific notes:
The object exposes a writable attribute 'sideWidget'. This is the setter.

setStartId

Signature: void setStartId (int id)

Description: Method void QWizard::setStartId(int id)

Python specific notes:
The object exposes a writable attribute 'startId'. This is the setter.

setSubTitleFormat

Signature: void setSubTitleFormat (const Qt_TextFormat format)

Description: Method void QWizard::setSubTitleFormat(Qt::TextFormat format)

Python specific notes:
The object exposes a writable attribute 'subTitleFormat'. This is the setter.

setTitleFormat

Signature: void setTitleFormat (const Qt_TextFormat format)

Description: Method void QWizard::setTitleFormat(Qt::TextFormat format)

Python specific notes:
The object exposes a writable attribute 'titleFormat'. This is the setter.

setVisible

Signature: void setVisible (bool visible)

Description: Virtual method void QWizard::setVisible(bool visible)

This method can be reimplemented in a derived class.

setWizardStyle

Signature: void setWizardStyle (const QWizard_WizardStyle style)

Description: Method void QWizard::setWizardStyle(QWizard::WizardStyle style)

Python specific notes:
The object exposes a writable attribute 'wizardStyle'. This is the setter.

sharedPainter

Signature: [const] QPainter ptr sharedPainter

Description: Virtual method QPainter *QWizard::sharedPainter()

This method can be reimplemented in a derived class.

showEvent

Signature: void showEvent (QShowEvent ptr arg1)

Description: Virtual method void QWizard::showEvent(QShowEvent *)

This method can be reimplemented in a derived class.

sideWidget

Signature: [const] QWidget ptr sideWidget

Description: Method QWidget *QWizard::sideWidget()

Python specific notes:
The object exposes a readable attribute 'sideWidget'. This is the getter.

sideWidget=

Signature: void sideWidget= (QWidget ptr widget)

Description: Method void QWizard::setSideWidget(QWidget *widget)

Python specific notes:
The object exposes a writable attribute 'sideWidget'. This is the setter.

sizeHint

Signature: [const] QSize sizeHint

Description: Virtual method QSize QWizard::sizeHint()

This method can be reimplemented in a derived class.

startId

Signature: [const] int startId

Description: Method int QWizard::startId()

Python specific notes:
The object exposes a readable attribute 'startId'. This is the getter.

startId=

Signature: void startId= (int id)

Description: Method void QWizard::setStartId(int id)

Python specific notes:
The object exposes a writable attribute 'startId'. This is the setter.

staticMetaObject

Signature: [static] QMetaObject staticMetaObject

Description: Obtains the static MetaObject for this class.

subTitleFormat

Signature: [const] Qt_TextFormat subTitleFormat

Description: Method Qt::TextFormat QWizard::subTitleFormat()

Python specific notes:
The object exposes a readable attribute 'subTitleFormat'. This is the getter.

subTitleFormat=

Signature: void subTitleFormat= (const Qt_TextFormat format)

Description: Method void QWizard::setSubTitleFormat(Qt::TextFormat format)

Python specific notes:
The object exposes a writable attribute 'subTitleFormat'. This is the setter.

tabletEvent

Signature: void tabletEvent (QTabletEvent ptr arg1)

Description: Virtual method void QWizard::tabletEvent(QTabletEvent *)

This method can be reimplemented in a derived class.

testOption

Signature: [const] bool testOption (const QWizard_WizardOption option)

Description: Method bool QWizard::testOption(QWizard::WizardOption option)

timerEvent

Signature: void timerEvent (QTimerEvent ptr arg1)

Description: Virtual method void QWizard::timerEvent(QTimerEvent *)

This method can be reimplemented in a derived class.

titleFormat

Signature: [const] Qt_TextFormat titleFormat

Description: Method Qt::TextFormat QWizard::titleFormat()

Python specific notes:
The object exposes a readable attribute 'titleFormat'. This is the getter.

titleFormat=

Signature: void titleFormat= (const Qt_TextFormat format)

Description: Method void QWizard::setTitleFormat(Qt::TextFormat format)

Python specific notes:
The object exposes a writable attribute 'titleFormat'. This is the setter.

tr

Signature: [static] string tr (string s, string c = nullptr, int n = -1)

Description: Static method QString QWizard::tr(const char *s, const char *c, int n)

This method is static and can be called without an instance.

trUtf8

Signature: [static] string trUtf8 (string s, string c = nullptr, int n = -1)

Description: Static method QString QWizard::trUtf8(const char *s, const char *c, int n)

This method is static and can be called without an instance.

updateMicroFocus

Signature: void updateMicroFocus

Description: Method void QWizard::updateMicroFocus()

This method is protected and can only be called from inside a derived class.

validateCurrentPage

Signature: bool validateCurrentPage

Description: Virtual method bool QWizard::validateCurrentPage()

This method can be reimplemented in a derived class.

visible=

Signature: void visible= (bool visible)

Description: Method void QWizard::setVisible(bool visible)

This is a reimplementation of QDialog::setVisible

Python specific notes:
The object exposes a writable attribute 'visible'. This is the setter.

visitedPages

Signature: [const] int[] visitedPages

Description: Method QList<int> QWizard::visitedPages()

wheelEvent

Signature: void wheelEvent (QWheelEvent ptr arg1)

Description: Virtual method void QWizard::wheelEvent(QWheelEvent *)

This method can be reimplemented in a derived class.

windowIconChanged

Signature: [signal] void windowIconChanged (const QIcon icon)

Description: Signal declaration for QWizard::windowIconChanged(const QIcon &icon)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'windowIconChanged'. This is the getter.
The object exposes a writable attribute 'windowIconChanged'. This is the setter.

windowIconTextChanged

Signature: [signal] void windowIconTextChanged (string iconText)

Description: Signal declaration for QWizard::windowIconTextChanged(const QString &iconText)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'windowIconTextChanged'. This is the getter.
The object exposes a writable attribute 'windowIconTextChanged'. This is the setter.

windowTitleChanged

Signature: [signal] void windowTitleChanged (string title)

Description: Signal declaration for QWizard::windowTitleChanged(const QString &title)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'windowTitleChanged'. This is the getter.
The object exposes a writable attribute 'windowTitleChanged'. This is the setter.

wizardStyle

Signature: [const] QWizard_WizardStyle wizardStyle

Description: Method QWizard::WizardStyle QWizard::wizardStyle()

Python specific notes:
The object exposes a readable attribute 'wizardStyle'. This is the getter.

wizardStyle=

Signature: void wizardStyle= (const QWizard_WizardStyle style)

Description: Method void QWizard::setWizardStyle(QWizard::WizardStyle style)

Python specific notes:
The object exposes a writable attribute 'wizardStyle'. This is the setter.