/*
 * $Id$
 */

/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QTextLength()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qtextlength.html
 *  $ONELINER$
 *     Creates a new QTextLength object.
 *  $INHERITS$
 *     
 *  $SYNTAX$
 *     QTextLength():new( ... )
 *     QTextLength():from( pPtr_OR_oObj_of_type_QTextLength )
 *     QTextLength():configure( pPtr_OR_oObj_of_type_QTextLength )
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QTextLength
 *  $METHODS$
 *     :rawValue()                                         -> nQreal
 *     :type()                                             -> nType
 *     :value( nMaximumLength )                            -> nQreal
 * 
 *  $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/TQTextLength.prg
 *     C++ wrappers  : contrib/hbqt/qtgui/QTextLength.cpp
 *     Library       : hbqtgui
 *  $SEEALSO$
 *     
 *  $END$
 */
