
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QMessageBox()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qmessagebox.html
 *  $ONELINER$
 *     Creates a new QMessageBox object.
 *  $INHERITS$
 *     QDialog
 *  $SYNTAX$
 *     QMessageBox( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QMessageBox
 *  $METHODS$
 *     :addButton( oQAbstractButton, nRole )               -> NIL
 *     :( cText, nRole )                                   -> oQPushButton
 *     :( nButton )                                        -> oQPushButton
 *     :button( nWhich )                                   -> oQAbstractButton
 *     :buttonRole( oQAbstractButton )                     -> nButtonRole
 *     :buttons()                                          -> oQList_QAbstractButton
 *     :clickedButton()                                    -> oQAbstractButton
 *     :defaultButton()                                    -> oQPushButton
 *     :detailedText()                                     -> cQString
 *     :escapeButton()                                     -> oQAbstractButton
 *     :icon()                                             -> nIcon
 *     :iconPixmap()                                       -> oQPixmap
 *     :informativeText()                                  -> cQString
 *     :open( oQObject, cMember )                          -> NIL
 *     :removeButton( oQAbstractButton )                   -> NIL
 *     :setDefaultButton( oQPushButton )                   -> NIL
 *     :( nButton )                                        -> NIL
 *     :setDetailedText( cText )                           -> NIL
 *     :setEscapeButton( oQAbstractButton )                -> NIL
 *     :( nButton )                                        -> NIL
 *     :setIcon( nIcon )                                   -> NIL
 *     :setIconPixmap( oQPixmap )                          -> NIL
 *     :setInformativeText( cText )                        -> NIL
 *     :setStandardButtons( nButtons )                     -> NIL
 *     :setText( cText )                                   -> NIL
 *     :setTextFormat( nFormat )                           -> NIL
 *     :setWindowModality( nWindowModality )               -> NIL
 *     :setWindowTitle( cTitle )                           -> NIL
 *     :standardButton( oQAbstractButton )                 -> nStandardButton
 *     :standardButtons()                                  -> nStandardButtons
 *     :text()                                             -> cQString
 *     :textFormat()                                       -> nQt_TextFormat
 *     :about( oQWidget, cTitle, cText )                   -> NIL
 *     :aboutQt( oQWidget, cTitle )                        -> NIL
 *     :critical( oQWidget, cTitle, cText, nButtons, nDefaultButton )  -> nStandardButton
 *     :information( oQWidget, cTitle, cText, nButtons, nDefaultButton )  -> nStandardButton
 *     :question( oQWidget, cTitle, cText, nButtons, nDefaultButton )  -> nStandardButton
 *     :warning( oQWidget, cTitle, cText, nButtons, nDefaultButton )  -> nStandardButton
 *     :exec()                                             -> nInt
 * 
 *  $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$
 */
