/*
 * $Id$
 */

/*  $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():new( ... )
 *     QLabel():from( pPtr_OR_oObj_of_type_QLabel )
 *     QLabel():configure( pPtr_OR_oObj_of_type_QLabel )
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QLabel
 *  $METHODS$
 *     :alignment()                                        -> nQt::Alignment
 *     :buddy()                                            -> pQWidget
 *     :hasScaledContents()                                -> lBool
 *     :indent()                                           -> nInt
 *     :margin()                                           -> nInt
 *     :movie()                                            -> pQMovie
 *     :openExternalLinks()                                -> lBool
 *     :picture()                                          -> pQPicture
 *     :pixmap()                                           -> pQPixmap
 *     :setAlignment( nQt::Alignment )                     -> NIL
 *     :setBuddy( pBuddy )                                 -> 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( pMovie )                                 -> NIL
 *     :setNum( nNum )                                     -> NIL
 *     :setNum_1( nNum )                                   -> NIL
 *     :setPicture( pPicture )                             -> NIL
 *     :setPixmap( pQPixmap )                              -> 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$
 *     Harbour source: contrib/hbqt/qtgui/TQLabel.prg
 *     C++ wrappers  : contrib/hbqt/qtgui/QLabel.cpp
 *     Library       : hbqtgui
 *  $SEEALSO$
 *     QFrame
 *  $END$
 */
