
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QLineEdit()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qlineedit.html
 *  $ONELINER$
 *     Creates a new QLineEdit object.
 *  $INHERITS$
 *     QWidget
 *  $SYNTAX$
 *     QLineEdit( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QLineEdit
 *  $METHODS$
 *     :alignment()                                        -> nQt_Alignment
 *     :backspace()                                        -> NIL
 *     :completer()                                        -> oQCompleter
 *     :createStandardContextMenu()                        -> oQMenu
 *     :cursorBackward( lMark, nSteps )                    -> NIL
 *     :cursorForward( lMark, nSteps )                     -> NIL
 *     :cursorPosition()                                   -> nInt
 *     :cursorPositionAt( oQPoint )                        -> nInt
 *     :cursorWordBackward( lMark )                        -> NIL
 *     :cursorWordForward( lMark )                         -> NIL
 *     :del()                                              -> NIL
 *     :deselect()                                         -> NIL
 *     :displayText()                                      -> cQString
 *     :dragEnabled()                                      -> lBool
 *     :echoMode()                                         -> nEchoMode
 *     :end( lMark )                                       -> NIL
 *     :getTextMargins( @nLeft, @nTop, @nRight, @nBottom )  -> NIL
 *     :hasAcceptableInput()                               -> lBool
 *     :hasFrame()                                         -> lBool
 *     :hasSelectedText()                                  -> lBool
 *     :home( lMark )                                      -> NIL
 *     :inputMask()                                        -> cQString
 *     :insert( cNewText )                                 -> NIL
 *     :isModified()                                       -> lBool
 *     :isReadOnly()                                       -> lBool
 *     :isRedoAvailable()                                  -> lBool
 *     :isUndoAvailable()                                  -> lBool
 *     :maxLength()                                        -> nInt
 *     :minimumSizeHint()                                  -> oQSize
 *     :selectedText()                                     -> cQString
 *     :selectionStart()                                   -> nInt
 *     :setAlignment( nFlag )                              -> NIL
 *     :setCompleter( oQCompleter )                        -> NIL
 *     :setCursorPosition( nInt )                          -> NIL
 *     :setDragEnabled( lB )                               -> NIL
 *     :setEchoMode( nEchoMode )                           -> NIL
 *     :setFrame( lBool )                                  -> NIL
 *     :setInputMask( cInputMask )                         -> NIL
 *     :setMaxLength( nInt )                               -> NIL
 *     :setModified( lBool )                               -> NIL
 *     :setReadOnly( lBool )                               -> NIL
 *     :setSelection( nStart, nLength )                    -> NIL
 *     :setTextMargins( nLeft, nTop, nRight, nBottom )     -> NIL
 *     :setValidator( oQValidator )                        -> NIL
 *     :sizeHint()                                         -> oQSize
 *     :text()                                             -> cQString
 *     :validator()                                        -> oQValidator
 *     :clear()                                            -> NIL
 *     :copy()                                             -> NIL
 *     :cut()                                              -> NIL
 *     :paste()                                            -> NIL
 *     :redo()                                             -> NIL
 *     :selectAll()                                        -> NIL
 *     :setText( cQString )                                -> NIL
 *     :undo()                                             -> 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$
 */
