NAME
Qt::Gui::QWizard
PUBLIC METHODS
- QWizard(QWidget * parent, QFlags<Qt::WindowType> flags)
- QWizard(QWidget * parent, QFlags<Qt::WindowType> flags = 0)
- QWizard(QWidget * parent = 0, QFlags<Qt::WindowType> flags = 0)
- ~QWizard()
- int addPage(QWizardPage * page)
- void back()
- int currentId()
- QWizardPage * currentPage()
- QVariant field(const QString & name)
- bool hasVisitedPage(int id)
- void next()
- int nextId()
- QFlags<QWizard::WizardOption> options()
- QWizardPage * page(int id)
- QPixmap pixmap(QWizard::WizardPixmap which)
- void removePage(int id)
- void restart()
- void setButtonText(QWizard::WizardButton which, const QString & text)
- void setDefaultProperty(const char * className, const char * property, const char * changedSignal)
- void setField(const QString & name, const QVariant & value)
- void setOption(QWizard::WizardOption option, bool on)
- void setOption(QWizard::WizardOption option, bool on = true)
- void setOptions(QFlags<QWizard::WizardOption> options)
- void setPage(int id, QWizardPage * page)
- void setPixmap(QWizard::WizardPixmap which, const QPixmap & pixmap)
- void setSideWidget(QWidget * widget)
- void setStartId(int id)
- void setSubTitleFormat(Qt::TextFormat format)
- void setTitleFormat(Qt::TextFormat format)
- void setVisible(bool visible)
- void setWizardStyle(QWizard::WizardStyle style)
- QWidget * sideWidget()
- QSize sizeHint()
- int startId()
- Qt::TextFormat subTitleFormat()
- bool testOption(QWizard::WizardOption option)
- Qt::TextFormat titleFormat()
- bool validateCurrentPage()
- QWizard::WizardStyle wizardStyle()
ENUM VALUES
- BackButton
- NextButton
- CommitButton
- FinishButton
- CancelButton
- HelpButton
- CustomButton1
- CustomButton2
- CustomButton3
- Stretch
- NoButton
- NStandardButtons
- NButtons
- WatermarkPixmap
- LogoPixmap
- BannerPixmap
- BackgroundPixmap
- NPixmaps
- ClassicStyle
- ModernStyle
- MacStyle
- AeroStyle
- NStyles
- IndependentPages
- IgnoreSubTitles
- ExtendedWatermarkPixmap
- NoDefaultButton
- NoBackButtonOnStartPage
- NoBackButtonOnLastPage
- DisabledBackButtonOnLastPage
- HaveNextButtonOnLastPage
- HaveFinishButtonOnEarlyPages
- NoCancelButton
- CancelButtonOnLeft
- HaveHelpButton
- HelpButtonOnRight
- HaveCustomButton1
- HaveCustomButton2
- HaveCustomButton3
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.