
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QLabel()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qlabel.html
 *  $ONELINER$
 *     Creates a new QLabel object.
 *  $INHERITS$
 *     QFrame
 *  $SYNTAX$
 *     QLabel( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QLabel
 *  $METHODS$
 *     :alignment()                                        -> nQt_Alignment
 *     :buddy()                                            -> oQWidget
 *     :hasScaledContents()                                -> lBool
 *     :indent()                                           -> nInt
 *     :margin()                                           -> nInt
 *     :movie()                                            -> oQMovie
 *     :openExternalLinks()                                -> lBool
 *     :picture()                                          -> oQPicture
 *     :pixmap()                                           -> oQPixmap
 *     :setAlignment( nQt::Alignment )                     -> NIL
 *     :setBuddy( oQWidget )                               -> NIL
 *     :setIndent( nInt )                                  -> NIL
 *     :setMargin( nInt )                                  -> NIL
 *     :setOpenExternalLinks( lOpen )                      -> NIL
 *     :setScaledContents( lBool )                         -> NIL
 *     :setTextFormat( nQt::TextFormat )                   -> NIL
 *     :setTextInteractionFlags( nFlags )                  -> NIL
 *     :setWordWrap( lOn )                                 -> NIL
 *     :text()                                             -> cQString
 *     :textFormat()                                       -> nQt_TextFormat
 *     :textInteractionFlags()                             -> nQt_TextInteractionFlags
 *     :wordWrap()                                         -> lBool
 *     :clear()                                            -> NIL
 *     :setMovie( oQMovie )                                -> NIL
 *     :setNum( nNum )                                     -> NIL
 *     :setPicture( oQPicture )                            -> NIL
 *     :setPixmap( oQPixmap )                              -> NIL
 *     :setText( cQString )                                -> 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$
 */
