
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QWizard()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qwizard.html
 *  $ONELINER$
 *     Creates a new QWizard object.
 *  $INHERITS$
 *     QDialog
 *  $SYNTAX$
 *     QWizard( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QWizard
 *  $METHODS$
 *     :addPage( oQWizardPage )                            -> nInt
 *     :button( nWhich )                                   -> oQAbstractButton
 *     :buttonText( nWhich )                               -> cQString
 *     :currentId()                                        -> nInt
 *     :currentPage()                                      -> oQWizardPage
 *     :field( cName )                                     -> oQVariant
 *     :hasVisitedPage( nId )                              -> lBool
 *     :nextId()                                           -> nInt
 *     :options()                                          -> nWizardOptions
 *     :page( nId )                                        -> oQWizardPage
 *     :pageIds()                                          -> oQList_int>
 *     :pixmap( nWhich )                                   -> oQPixmap
 *     :removePage( nId )                                  -> NIL
 *     :setButton( nWhich, oQAbstractButton )              -> NIL
 *     :setButtonText( nWhich, cText )                     -> NIL
 *     :setDefaultProperty( cClassName, cProperty, cChangedSignal )  -> NIL
 *     :setField( cName, oQVariant )                       -> NIL
 *     :setOption( nOption, lOn )                          -> NIL
 *     :setOptions( nOptions )                             -> NIL
 *     :setPage( nId, oQWizardPage )                       -> NIL
 *     :setPixmap( nWhich, oQPixmap )                      -> NIL
 *     :setStartId( nId )                                  -> NIL
 *     :setSubTitleFormat( nFormat )                       -> NIL
 *     :setTitleFormat( nFormat )                          -> NIL
 *     :setWizardStyle( nStyle )                           -> NIL
 *     :startId()                                          -> nInt
 *     :subTitleFormat()                                   -> nQt_TextFormat
 *     :testOption( nOption )                              -> lBool
 *     :titleFormat()                                      -> nQt_TextFormat
 *     :validateCurrentPage()                              -> lBool
 *     :visitedPages()                                     -> oQList_int>
 *     :wizardStyle()                                      -> nWizardStyle
 *     :back()                                             -> NIL
 *     :next()                                             -> NIL
 *     :restart()                                          -> NIL
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Library: hbqtgui
 *  $END$
 */
