NAME
Qt::Gui::QLineEdit
PUBLIC METHODS
- QLineEdit(QWidget * parent)
- QLineEdit(QWidget * parent = 0)
- QLineEdit(const QString & arg0, QWidget * parent)
- QLineEdit(const QString & arg0, QWidget * parent = 0)
- ~QLineEdit()
- QFlags<Qt::AlignmentFlag> alignment()
- void backspace()
- void clear()
- QCompleter * completer()
- QMenu * createStandardContextMenu()
- void cursorBackward(bool mark, int steps)
- void cursorBackward(bool mark, int steps = 1)
- void cursorForward(bool mark, int steps)
- void cursorForward(bool mark, int steps = 1)
- int cursorPosition()
- int cursorPositionAt(const QPoint & pos)
- void cursorWordBackward(bool mark)
- void cursorWordForward(bool mark)
- void del()
- void deselect()
- QString displayText()
- bool dragEnabled()
- QLineEdit::EchoMode echoMode()
- void end(bool mark)
- bool event(QEvent * arg0)
- void getTextMargins(int * left, int * top, int * right, int * bottom)
- bool hasAcceptableInput()
- bool hasFrame()
- bool hasSelectedText()
- void home(bool mark)
- QString inputMask()
- QVariant inputMethodQuery(Qt::InputMethodQuery arg0)
- void insert(const QString & arg0)
- bool isModified()
- bool isReadOnly()
- bool isRedoAvailable()
- bool isUndoAvailable()
- int maxLength()
- QSize minimumSizeHint()
- QString placeholderText()
- void redo()
- void selectAll()
- QString selectedText()
- int selectionStart()
- void setAlignment(QFlags<Qt::AlignmentFlag> flag)
- void setCompleter(QCompleter * completer)
- void setCursorPosition(int arg0)
- void setDragEnabled(bool b)
- void setEchoMode(QLineEdit::EchoMode arg0)
- void setFrame(bool arg0)
- void setInputMask(const QString & inputMask)
- void setMaxLength(int arg0)
- void setModified(bool arg0)
- void setPlaceholderText(const QString & arg0)
- void setReadOnly(bool arg0)
- void setSelection(int arg0, int arg1)
- void setText(const QString & arg0)
- void setTextMargins(const QMargins & margins)
- void setTextMargins(int left, int top, int right, int bottom)
- void setValidator(const QValidator * arg0)
- QSize sizeHint()
- QString text()
- QMargins textMargins()
- void undo()
- const QValidator * validator()
ENUM VALUES
- Normal
- NoEcho
- Password
- PasswordEchoOnEdit
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.