Qt 5.12
Qt Widgets
C++ Classes
QLineEdit
Qt 5.12.0 Reference Documentation
List of All Members for QLineEdit
This is the complete list of members for
QLineEdit
, including inherited members.
enum
ActionPosition
enum
EchoMode
QLineEdit
(QWidget *)
QLineEdit
(const QString &, QWidget *)
~QLineEdit
()
addAction
(QAction *, QLineEdit::ActionPosition )
addAction
(const QIcon &, QLineEdit::ActionPosition ) : QAction *
alignment
() const : Qt::Alignment
backspace
()
changeEvent
(QEvent *)
clear
()
completer
() const : QCompleter *
contextMenuEvent
(QContextMenuEvent *)
copy
() const
createStandardContextMenu
() : QMenu *
cursorBackward
(bool , int )
cursorForward
(bool , int )
cursorMoveStyle
() const : Qt::CursorMoveStyle
cursorPosition
() const : int
cursorPositionAt
(const QPoint &) : int
cursorPositionChanged
(int , int )
cursorRect
() const : QRect
cursorWordBackward
(bool )
cursorWordForward
(bool )
cut
()
del
()
deselect
()
displayText
() const : QString
dragEnabled
() const : bool
dragEnterEvent
(QDragEnterEvent *)
dragLeaveEvent
(QDragLeaveEvent *)
dragMoveEvent
(QDragMoveEvent *)
dropEvent
(QDropEvent *)
echoMode
() const : QLineEdit::EchoMode
editingFinished
()
end
(bool )
event
(QEvent *) : bool
focusInEvent
(QFocusEvent *)
focusOutEvent
(QFocusEvent *)
getTextMargins
(int *, int *, int *, int *) const
hasAcceptableInput
() const : bool
hasFrame
() const : bool
hasSelectedText
() const : bool
home
(bool )
initStyleOption
(QStyleOptionFrame *) const
inputMask
() const : QString
inputMethodEvent
(QInputMethodEvent *)
inputMethodQuery
(Qt::InputMethodQuery ) const : QVariant
inputRejected
()
insert
(const QString &)
isClearButtonEnabled
() const : bool
isModified
() const : bool
isReadOnly
() const : bool
isRedoAvailable
() const : bool
isUndoAvailable
() const : bool
keyPressEvent
(QKeyEvent *)
maxLength
() const : int
metaObject
() const : const QMetaObject *
minimumSizeHint
() const : QSize
mouseDoubleClickEvent
(QMouseEvent *)
mouseMoveEvent
(QMouseEvent *)
mousePressEvent
(QMouseEvent *)
mouseReleaseEvent
(QMouseEvent *)
paintEvent
(
QPaintEvent *
)
paste
()
placeholderText
() const : QString
qt_metacall
(
QMetaObject::Call
,
int
,
void **
) : int
qt_metacast
(
const char *
) : void *
redo
()
returnPressed
()
selectAll
()
selectedText
() const : QString
selectionChanged
()
selectionEnd
() const : int
selectionLength
() const : int
selectionStart
() const : int
setAlignment
(Qt::Alignment )
setClearButtonEnabled
(bool )
setCompleter
(QCompleter *)
setCursorMoveStyle
(Qt::CursorMoveStyle )
setCursorPosition
(
int
)
setDragEnabled
(bool )
setEchoMode
(
QLineEdit::EchoMode
)
setFrame
(
bool
)
setInputMask
(const QString &)
setMaxLength
(
int
)
setModified
(
bool
)
setPlaceholderText
(
const QString &
)
setReadOnly
(
bool
)
setSelection
(int , int )
setText
(
const QString &
)
setTextMargins
(int , int , int , int )
setTextMargins
(const QMargins &)
setValidator
(const QValidator *)
sizeHint
() const : QSize
staticMetaObject
: const QMetaObject
text
() const : QString
textChanged
(const QString &)
textEdited
(const QString &)
textMargins
() const : QMargins
tr
(const char *, const char *, int ) : QString
trUtf8
(const char *, const char *, int ) : QString
undo
()
validator
() const : const QValidator *