NAME

Qt::Gui::QWizardPage

PUBLIC METHODS

QWizardPage(QWidget * parent)
QWizardPage(QWidget * parent = 0)
QString buttonText(QWizard::WizardButton which)
void cleanupPage()
void initializePage()
bool isCommitPage()
bool isComplete()
bool isFinalPage()
int nextId()
QPixmap pixmap(QWizard::WizardPixmap which)
void setButtonText(QWizard::WizardButton which, const QString & text)
void setCommitPage(bool commitPage)
void setFinalPage(bool finalPage)
void setPixmap(QWizard::WizardPixmap which, const QPixmap & pixmap)
void setSubTitle(const QString & subTitle)
void setTitle(const QString & title)
QString subTitle()
QString title()
bool validatePage()

ENUM VALUES

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 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