NAME

Qt::Gui::QWizard

PUBLIC METHODS

~QWizard()
int addPage(QWizardPage * page)
void back()
QAbstractButton * button(QWizard::WizardButton which)
QString buttonText(QWizard::WizardButton which)
int currentId()
QWizardPage * currentPage()
QVariant field(const QString & name)
bool hasVisitedPage(int id)
void next()
int nextId()
QWizardPage * page(int id)
QPixmap pixmap(QWizard::WizardPixmap which)
void removePage(int id)
void restart()
void setButton(QWizard::WizardButton which, QAbstractButton * button)
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 = true)
void setOption(QWizard::WizardOption option, bool on)
void setPage(int id, QWizardPage * page)
void setPixmap(QWizard::WizardPixmap which, const QPixmap & pixmap)
void setStartId(int id)
void setSubTitleFormat(Qt::TextFormat format)
void setTitleFormat(Qt::TextFormat format)
void setVisible(bool visible)
void setWizardStyle(QWizard::WizardStyle style)
QSize sizeHint()
int startId()
Qt::TextFormat subTitleFormat()
bool testOption(QWizard::WizardOption option)
Qt::TextFormat titleFormat()
bool validateCurrentPage()
QWizard::WizardStyle wizardStyle()

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.

See http://dev.perl.org/licenses/artistic.html