Notation used in Ruby API documentation
Module: QtWidgets
Description: Binding of QLineEdit
Class hierarchy: QLineEdit » QWidget » QObject
Sub-classes: ActionPosition, QFlags_ActionPosition, EchoMode, QFlags_EchoMode
new QLineEdit | new | (QWidget ptr parent = nullptr) | Constructor QLineEdit::QLineEdit(QWidget *parent) |
new QLineEdit | new | (string arg1, QWidget ptr parent = nullptr) | Constructor QLineEdit::QLineEdit(const QString &, QWidget *parent) |
[const] | QLineEdit ptr | _const_cast | Returns a non-const reference to self. | |
void | _create | Ensures the C++ object is created | ||
void | _destroy | Explicitly destroys the object | ||
[const] | bool | _destroyed? | Returns a value indicating whether the object was already destroyed | |
[const] | bool | _is_const_object? | Returns a value indicating whether the reference is a const reference | |
void | _manage | Marks the object as managed by the script side. | ||
void | _unmanage | Marks the object as no longer owned by the script side. | ||
[const] | bool | acceptableInput | Method bool QLineEdit::hasAcceptableInput() | |
void | addAction | (QAction ptr action) | Method void QLineEdit::addAction(QAction *action) | |
void | addAction | (QAction ptr action, const QLineEdit_ActionPosition position) | Method void QLineEdit::addAction(QAction *action, QLineEdit::ActionPosition position) | |
QAction ptr | addAction | (const QIcon icon, const QLineEdit_ActionPosition position) | Method QAction *QLineEdit::addAction(const QIcon &icon, QLineEdit::ActionPosition position) | |
[const] | Qt_QFlags_AlignmentFlag | alignment | Method QFlags<Qt::AlignmentFlag> QLineEdit::alignment() | |
void | alignment= | (Qt_QFlags_AlignmentFlag flag) | Method void QLineEdit::setAlignment(QFlags<Qt::AlignmentFlag> flag) | |
void | backspace | Method void QLineEdit::backspace() | ||
void | clear | Method void QLineEdit::clear() | ||
[const] | bool | clearButtonEnabled | Method bool QLineEdit::isClearButtonEnabled() | |
void | clearButtonEnabled= | (bool enable) | Method void QLineEdit::setClearButtonEnabled(bool enable) | |
[const] | QCompleter ptr | completer | Method QCompleter *QLineEdit::completer() | |
void | completer= | (QCompleter ptr completer) | Method void QLineEdit::setCompleter(QCompleter *completer) | |
[const] | void | copy | Method void QLineEdit::copy() | |
QMenu ptr | createStandardContextMenu | Method QMenu *QLineEdit::createStandardContextMenu() | ||
void | cursorBackward | (bool mark, int steps = 1) | Method void QLineEdit::cursorBackward(bool mark, int steps) | |
void | cursorForward | (bool mark, int steps = 1) | Method void QLineEdit::cursorForward(bool mark, int steps) | |
[const] | Qt_CursorMoveStyle | cursorMoveStyle | Method Qt::CursorMoveStyle QLineEdit::cursorMoveStyle() | |
void | cursorMoveStyle= | (const Qt_CursorMoveStyle style) | Method void QLineEdit::setCursorMoveStyle(Qt::CursorMoveStyle style) | |
[const] | int | cursorPosition | Method int QLineEdit::cursorPosition() | |
void | cursorPosition= | (int arg1) | Method void QLineEdit::setCursorPosition(int) | |
int | cursorPositionAt | (const QPoint pos) | Method int QLineEdit::cursorPositionAt(const QPoint &pos) | |
[signal] | void | cursorPositionChanged | (int arg1, int arg2) | Signal declaration for QLineEdit::cursorPositionChanged(int, int) |
void | cursorWordBackward | (bool mark) | Method void QLineEdit::cursorWordBackward(bool mark) | |
void | cursorWordForward | (bool mark) | Method void QLineEdit::cursorWordForward(bool mark) | |
[signal] | void | customContextMenuRequested | (const QPoint pos) | Signal declaration for QLineEdit::customContextMenuRequested(const QPoint &pos) |
void | cut | Method void QLineEdit::cut() | ||
void | del | Method void QLineEdit::del() | ||
void | deselect | Method void QLineEdit::deselect() | ||
[signal] | void | destroyed | (QObject ptr arg1) | Signal declaration for QLineEdit::destroyed(QObject *) |
[const] | string | displayText | Method QString QLineEdit::displayText() | |
[const] | bool | dragEnabled | Method bool QLineEdit::dragEnabled() | |
void | dragEnabled= | (bool b) | Method void QLineEdit::setDragEnabled(bool b) | |
[const] | QLineEdit_EchoMode | echoMode | Method QLineEdit::EchoMode QLineEdit::echoMode() | |
void | echoMode= | (const QLineEdit_EchoMode arg1) | Method void QLineEdit::setEchoMode(QLineEdit::EchoMode) | |
[signal] | void | editingFinished | Signal declaration for QLineEdit::editingFinished() | |
void | emit_cursorPositionChanged | (int arg1, int arg2) | Emitter for signal void QLineEdit::cursorPositionChanged(int, int) | |
void | emit_customContextMenuRequested | (const QPoint pos) | Emitter for signal void QLineEdit::customContextMenuRequested(const QPoint &pos) | |
void | emit_destroyed | (QObject ptr arg1 = nullptr) | Emitter for signal void QLineEdit::destroyed(QObject *) | |
void | emit_editingFinished | Emitter for signal void QLineEdit::editingFinished() | ||
void | emit_inputRejected | Emitter for signal void QLineEdit::inputRejected() | ||
void | emit_objectNameChanged | (string objectName) | Emitter for signal void QLineEdit::objectNameChanged(const QString &objectName) | |
void | emit_returnPressed | Emitter for signal void QLineEdit::returnPressed() | ||
void | emit_selectionChanged | Emitter for signal void QLineEdit::selectionChanged() | ||
void | emit_textChanged | (string arg1) | Emitter for signal void QLineEdit::textChanged(const QString &) | |
void | emit_textEdited | (string arg1) | Emitter for signal void QLineEdit::textEdited(const QString &) | |
void | emit_windowIconChanged | (const QIcon icon) | Emitter for signal void QLineEdit::windowIconChanged(const QIcon &icon) | |
void | emit_windowIconTextChanged | (string iconText) | Emitter for signal void QLineEdit::windowIconTextChanged(const QString &iconText) | |
void | emit_windowTitleChanged | (string title) | Emitter for signal void QLineEdit::windowTitleChanged(const QString &title) | |
void | end | (bool mark) | Method void QLineEdit::end(bool mark) | |
bool | event | (QEvent ptr arg1) | Virtual method bool QLineEdit::event(QEvent *) | |
bool | eventFilter | (QObject ptr watched, QEvent ptr event) | Virtual method bool QLineEdit::eventFilter(QObject *watched, QEvent *event) | |
[const] | bool | frame | Method bool QLineEdit::hasFrame() | |
void | frame= | (bool arg1) | Method void QLineEdit::setFrame(bool) | |
[const] | void | getTextMargins | (int ptr left, int ptr top, int ptr right, int ptr bottom) | Method void QLineEdit::getTextMargins(int *left, int *top, int *right, int *bottom) |
[const] | bool | hasAcceptableInput | Method bool QLineEdit::hasAcceptableInput() | |
[const] | bool | hasFrame | Method bool QLineEdit::hasFrame() | |
[const] | bool | hasHeightForWidth | Virtual method bool QLineEdit::hasHeightForWidth() | |
[const] | bool | hasSelectedText | Method bool QLineEdit::hasSelectedText() | |
[const] | int | heightForWidth | (int arg1) | Virtual method int QLineEdit::heightForWidth(int) |
void | home | (bool mark) | Method void QLineEdit::home(bool mark) | |
[const] | string | inputMask | Method QString QLineEdit::inputMask() | |
void | inputMask= | (string inputMask) | Method void QLineEdit::setInputMask(const QString &inputMask) | |
[const] | variant | inputMethodQuery | (const Qt_InputMethodQuery arg1) | Virtual method QVariant QLineEdit::inputMethodQuery(Qt::InputMethodQuery) |
[signal] | void | inputRejected | Signal declaration for QLineEdit::inputRejected() | |
void | insert | (string arg1) | Method void QLineEdit::insert(const QString &) | |
[const] | bool | isClearButtonEnabled? | Method bool QLineEdit::isClearButtonEnabled() | |
[const] | bool | isModified? | Method bool QLineEdit::isModified() | |
[const] | bool | isReadOnly? | Method bool QLineEdit::isReadOnly() | |
[const] | bool | isRedoAvailable? | Method bool QLineEdit::isRedoAvailable() | |
[const] | bool | isUndoAvailable? | Method bool QLineEdit::isUndoAvailable() | |
[const] | int | maxLength | Method int QLineEdit::maxLength() | |
void | maxLength= | (int arg1) | Method void QLineEdit::setMaxLength(int) | |
[const] | QSize | minimumSizeHint | Virtual method QSize QLineEdit::minimumSizeHint() | |
[const] | bool | modified | Method bool QLineEdit::isModified() | |
void | modified= | (bool arg1) | Method void QLineEdit::setModified(bool) | |
[signal] | void | objectNameChanged | (string objectName) | Signal declaration for QLineEdit::objectNameChanged(const QString &objectName) |
[const] | QPaintEngine ptr | paintEngine | Virtual method QPaintEngine *QLineEdit::paintEngine() | |
void | paste | Method void QLineEdit::paste() | ||
[const] | string | placeholderText | Method QString QLineEdit::placeholderText() | |
void | placeholderText= | (string arg1) | Method void QLineEdit::setPlaceholderText(const QString &) | |
[const] | bool | readOnly | Method bool QLineEdit::isReadOnly() | |
void | readOnly= | (bool arg1) | Method void QLineEdit::setReadOnly(bool) | |
void | redo | Method void QLineEdit::redo() | ||
[const] | bool | redoAvailable | Method bool QLineEdit::isRedoAvailable() | |
[signal] | void | returnPressed | Signal declaration for QLineEdit::returnPressed() | |
void | selectAll | Method void QLineEdit::selectAll() | ||
[const] | string | selectedText | Method QString QLineEdit::selectedText() | |
[signal] | void | selectionChanged | Signal declaration for QLineEdit::selectionChanged() | |
[const] | int | selectionEnd | Method int QLineEdit::selectionEnd() | |
[const] | int | selectionLength | Method int QLineEdit::selectionLength() | |
[const] | int | selectionStart | Method int QLineEdit::selectionStart() | |
void | setAlignment | (Qt_QFlags_AlignmentFlag flag) | Method void QLineEdit::setAlignment(QFlags<Qt::AlignmentFlag> flag) | |
void | setClearButtonEnabled | (bool enable) | Method void QLineEdit::setClearButtonEnabled(bool enable) | |
void | setCompleter | (QCompleter ptr completer) | Method void QLineEdit::setCompleter(QCompleter *completer) | |
void | setCursorMoveStyle | (const Qt_CursorMoveStyle style) | Method void QLineEdit::setCursorMoveStyle(Qt::CursorMoveStyle style) | |
void | setCursorPosition | (int arg1) | Method void QLineEdit::setCursorPosition(int) | |
void | setDragEnabled | (bool b) | Method void QLineEdit::setDragEnabled(bool b) | |
void | setEchoMode | (const QLineEdit_EchoMode arg1) | Method void QLineEdit::setEchoMode(QLineEdit::EchoMode) | |
void | setFrame | (bool arg1) | Method void QLineEdit::setFrame(bool) | |
void | setInputMask | (string inputMask) | Method void QLineEdit::setInputMask(const QString &inputMask) | |
void | setMaxLength | (int arg1) | Method void QLineEdit::setMaxLength(int) | |
void | setModified | (bool arg1) | Method void QLineEdit::setModified(bool) | |
void | setPlaceholderText | (string arg1) | Method void QLineEdit::setPlaceholderText(const QString &) | |
void | setReadOnly | (bool arg1) | Method void QLineEdit::setReadOnly(bool) | |
void | setSelection | (int arg1, int arg2) | Method void QLineEdit::setSelection(int, int) | |
void | setText | (string arg1) | Method void QLineEdit::setText(const QString &) | |
void | setTextMargins | (int left, int top, int right, int bottom) | Method void QLineEdit::setTextMargins(int left, int top, int right, int bottom) | |
void | setTextMargins | (const QMargins margins) | Method void QLineEdit::setTextMargins(const QMargins &margins) | |
void | setValidator | (const QValidator ptr arg1) | Method void QLineEdit::setValidator(const QValidator *) | |
void | setVisible | (bool visible) | Virtual method void QLineEdit::setVisible(bool visible) | |
[const] | QSize | sizeHint | Virtual method QSize QLineEdit::sizeHint() | |
[const] | string | text | Method QString QLineEdit::text() | |
void | text= | (string arg1) | Method void QLineEdit::setText(const QString &) | |
[signal] | void | textChanged | (string arg1) | Signal declaration for QLineEdit::textChanged(const QString &) |
[signal] | void | textEdited | (string arg1) | Signal declaration for QLineEdit::textEdited(const QString &) |
[const] | QMargins | textMargins | Method QMargins QLineEdit::textMargins() | |
void | textMargins= | (const QMargins margins) | Method void QLineEdit::setTextMargins(const QMargins &margins) | |
void | undo | Method void QLineEdit::undo() | ||
[const] | bool | undoAvailable | Method bool QLineEdit::isUndoAvailable() | |
[const] | const QValidator ptr | validator | Method const QValidator *QLineEdit::validator() | |
void | validator= | (const QValidator ptr arg1) | Method void QLineEdit::setValidator(const QValidator *) | |
[signal] | void | windowIconChanged | (const QIcon icon) | Signal declaration for QLineEdit::windowIconChanged(const QIcon &icon) |
[signal] | void | windowIconTextChanged | (string iconText) | Signal declaration for QLineEdit::windowIconTextChanged(const QString &iconText) |
[signal] | void | windowTitleChanged | (string title) | Signal declaration for QLineEdit::windowTitleChanged(const QString &title) |
[static,const] | QLineEdit_ActionPosition | LeadingPosition | Enum constant QLineEdit::LeadingPosition | |
[static,const] | QLineEdit_EchoMode | NoEcho | Enum constant QLineEdit::NoEcho | |
[static,const] | QLineEdit_EchoMode | Normal | Enum constant QLineEdit::Normal | |
[static,const] | QLineEdit_EchoMode | Password | Enum constant QLineEdit::Password | |
[static,const] | QLineEdit_EchoMode | PasswordEchoOnEdit | Enum constant QLineEdit::PasswordEchoOnEdit | |
[static,const] | QLineEdit_ActionPosition | TrailingPosition | Enum constant QLineEdit::TrailingPosition | |
QMetaObject | staticMetaObject | Obtains the static MetaObject for this class. | ||
string | tr | (string s, string c = nullptr, int n = -1) | Static method QString QLineEdit::tr(const char *s, const char *c, int n) | |
string | trUtf8 | (string s, string c = nullptr, int n = -1) | Static method QString QLineEdit::trUtf8(const char *s, const char *c, int n) |
void | actionEvent | (QActionEvent ptr event) | Virtual method void QLineEdit::actionEvent(QActionEvent *event) | ||
void | changeEvent | (QEvent ptr arg1) | Virtual method void QLineEdit::changeEvent(QEvent *) | ||
void | childEvent | (QChildEvent ptr event) | Virtual method void QLineEdit::childEvent(QChildEvent *event) | ||
void | closeEvent | (QCloseEvent ptr event) | Virtual method void QLineEdit::closeEvent(QCloseEvent *event) | ||
void | contextMenuEvent | (QContextMenuEvent ptr arg1) | Virtual method void QLineEdit::contextMenuEvent(QContextMenuEvent *) | ||
void | create | (unsigned long long arg1 = 0, bool initializeWindow = true, bool destroyOldWindow = true) | Method void QLineEdit::create(WId, bool initializeWindow, bool destroyOldWindow) | ||
[const] | QRect | cursorRect | Method QRect QLineEdit::cursorRect() | ||
void | customEvent | (QEvent ptr event) | Virtual method void QLineEdit::customEvent(QEvent *event) | ||
void | destroy | (bool destroyWindow = true, bool destroySubWindows = true) | Method void QLineEdit::destroy(bool destroyWindow, bool destroySubWindows) | ||
void | disconnectNotify | (const QMetaMethod signal) | Virtual method void QLineEdit::disconnectNotify(const QMetaMethod &signal) | ||
void | dragEnterEvent | (QDragEnterEvent ptr arg1) | Virtual method void QLineEdit::dragEnterEvent(QDragEnterEvent *) | ||
void | dragLeaveEvent | (QDragLeaveEvent ptr e) | Virtual method void QLineEdit::dragLeaveEvent(QDragLeaveEvent *e) | ||
void | dragMoveEvent | (QDragMoveEvent ptr e) | Virtual method void QLineEdit::dragMoveEvent(QDragMoveEvent *e) | ||
void | dropEvent | (QDropEvent ptr arg1) | Virtual method void QLineEdit::dropEvent(QDropEvent *) | ||
void | enterEvent | (QEvent ptr event) | Virtual method void QLineEdit::enterEvent(QEvent *event) | ||
void | focusInEvent | (QFocusEvent ptr arg1) | Virtual method void QLineEdit::focusInEvent(QFocusEvent *) | ||
bool | focusNextChild | Method bool QLineEdit::focusNextChild() | |||
bool | focusNextPrevChild | (bool next) | Virtual method bool QLineEdit::focusNextPrevChild(bool next) | ||
void | focusOutEvent | (QFocusEvent ptr arg1) | Virtual method void QLineEdit::focusOutEvent(QFocusEvent *) | ||
bool | focusPreviousChild | Method bool QLineEdit::focusPreviousChild() | |||
void | hideEvent | (QHideEvent ptr event) | Virtual method void QLineEdit::hideEvent(QHideEvent *event) | ||
[const] | void | initPainter | (QPainter ptr painter) | Virtual method void QLineEdit::initPainter(QPainter *painter) | |
[const] | void | initStyleOption | (QStyleOptionFrame ptr option) | Method void QLineEdit::initStyleOption(QStyleOptionFrame *option) | |
void | inputMethodEvent | (QInputMethodEvent ptr arg1) | Virtual method void QLineEdit::inputMethodEvent(QInputMethodEvent *) | ||
[const] | bool | isSignalConnected | (const QMetaMethod signal) | Method bool QLineEdit::isSignalConnected(const QMetaMethod &signal) | |
void | keyPressEvent | (QKeyEvent ptr arg1) | Virtual method void QLineEdit::keyPressEvent(QKeyEvent *) | ||
void | keyReleaseEvent | (QKeyEvent ptr event) | Virtual method void QLineEdit::keyReleaseEvent(QKeyEvent *event) | ||
void | leaveEvent | (QEvent ptr event) | Virtual method void QLineEdit::leaveEvent(QEvent *event) | ||
[const] | int | metric | (const QPaintDevice_PaintDeviceMetric arg1) | Virtual method int QLineEdit::metric(QPaintDevice::PaintDeviceMetric) | |
void | mouseDoubleClickEvent | (QMouseEvent ptr arg1) | Virtual method void QLineEdit::mouseDoubleClickEvent(QMouseEvent *) | ||
void | mouseMoveEvent | (QMouseEvent ptr arg1) | Virtual method void QLineEdit::mouseMoveEvent(QMouseEvent *) | ||
void | mousePressEvent | (QMouseEvent ptr arg1) | Virtual method void QLineEdit::mousePressEvent(QMouseEvent *) | ||
void | mouseReleaseEvent | (QMouseEvent ptr arg1) | Virtual method void QLineEdit::mouseReleaseEvent(QMouseEvent *) | ||
void | moveEvent | (QMoveEvent ptr event) | Virtual method void QLineEdit::moveEvent(QMoveEvent *event) | ||
bool | nativeEvent | (bytes eventType, void * message, long ptr result) | Virtual method bool QLineEdit::nativeEvent(const QByteArray &eventType, void *message, long int *result) | ||
void | paintEvent | (QPaintEvent ptr arg1) | Virtual method void QLineEdit::paintEvent(QPaintEvent *) | ||
void | qt_create | (unsigned long long arg1 = 0, bool initializeWindow = true, bool destroyOldWindow = true) | Method void QLineEdit::create(WId, bool initializeWindow, bool destroyOldWindow) | ||
void | qt_destroy | (bool destroyWindow = true, bool destroySubWindows = true) | Method void QLineEdit::destroy(bool destroyWindow, bool destroySubWindows) | ||
[const] | int | receivers | (string signal) | Method int QLineEdit::receivers(const char *signal) | |
[const] | QPaintDevice ptr | redirected | (QPoint ptr offset) | Virtual method QPaintDevice *QLineEdit::redirected(QPoint *offset) | |
void | resizeEvent | (QResizeEvent ptr event) | Virtual method void QLineEdit::resizeEvent(QResizeEvent *event) | ||
[const] | QObject ptr | sender | Method QObject *QLineEdit::sender() | ||
[const] | int | senderSignalIndex | Method int QLineEdit::senderSignalIndex() | ||
[const] | QPainter ptr | sharedPainter | Virtual method QPainter *QLineEdit::sharedPainter() | ||
void | showEvent | (QShowEvent ptr event) | Virtual method void QLineEdit::showEvent(QShowEvent *event) | ||
void | tabletEvent | (QTabletEvent ptr event) | Virtual method void QLineEdit::tabletEvent(QTabletEvent *event) | ||
void | timerEvent | (QTimerEvent ptr event) | Virtual method void QLineEdit::timerEvent(QTimerEvent *event) | ||
void | updateMicroFocus | Method void QLineEdit::updateMicroFocus() | |||
void | wheelEvent | (QWheelEvent ptr event) | Virtual method void QLineEdit::wheelEvent(QWheelEvent *event) |
LeadingPosition | Signature: [static,const] QLineEdit_ActionPosition LeadingPosition Description: Enum constant QLineEdit::LeadingPosition Python specific notes: |
NoEcho | Signature: [static,const] QLineEdit_EchoMode NoEcho Description: Enum constant QLineEdit::NoEcho Python specific notes: |
Normal | Signature: [static,const] QLineEdit_EchoMode Normal Description: Enum constant QLineEdit::Normal Python specific notes: |
Password | Signature: [static,const] QLineEdit_EchoMode Password Description: Enum constant QLineEdit::Password Python specific notes: |
PasswordEchoOnEdit | Signature: [static,const] QLineEdit_EchoMode PasswordEchoOnEdit Description: Enum constant QLineEdit::PasswordEchoOnEdit Python specific notes: |
TrailingPosition | Signature: [static,const] QLineEdit_ActionPosition TrailingPosition Description: Enum constant QLineEdit::TrailingPosition Python specific notes: |
_const_cast | Signature: [const] QLineEdit ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_create | Signature: void _create Description: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
_destroy | Signature: void _destroy Description: Explicitly destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
_destroyed? | Signature: [const] bool _destroyed? Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
_is_const_object? | Signature: [const] bool _is_const_object? Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
_manage | Signature: void _manage Description: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. |
_unmanage | Signature: void _unmanage Description: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. |
acceptableInput | Signature: [const] bool acceptableInput Description: Method bool QLineEdit::hasAcceptableInput() Python specific notes: |
actionEvent | Signature: void actionEvent (QActionEvent ptr event) Description: Virtual method void QLineEdit::actionEvent(QActionEvent *event) This method can be reimplemented in a derived class. |
addAction | (1) Signature: void addAction (QAction ptr action) Description: Method void QLineEdit::addAction(QAction *action) |
(2) Signature: void addAction (QAction ptr action, const QLineEdit_ActionPosition position) Description: Method void QLineEdit::addAction(QAction *action, QLineEdit::ActionPosition position) | |
(3) Signature: QAction ptr addAction (const QIcon icon, const QLineEdit_ActionPosition position) Description: Method QAction *QLineEdit::addAction(const QIcon &icon, QLineEdit::ActionPosition position) | |
alignment | Signature: [const] Qt_QFlags_AlignmentFlag alignment Description: Method QFlags<Qt::AlignmentFlag> QLineEdit::alignment() Python specific notes: |
alignment= | Signature: void alignment= (Qt_QFlags_AlignmentFlag flag) Description: Method void QLineEdit::setAlignment(QFlags<Qt::AlignmentFlag> flag) Python specific notes: |
backspace | Signature: void backspace Description: Method void QLineEdit::backspace() |
changeEvent | Signature: void changeEvent (QEvent ptr arg1) Description: Virtual method void QLineEdit::changeEvent(QEvent *) This method can be reimplemented in a derived class. |
childEvent | Signature: void childEvent (QChildEvent ptr event) Description: Virtual method void QLineEdit::childEvent(QChildEvent *event) This method can be reimplemented in a derived class. |
clear | Signature: void clear Description: Method void QLineEdit::clear() |
clearButtonEnabled | Signature: [const] bool clearButtonEnabled Description: Method bool QLineEdit::isClearButtonEnabled() Python specific notes: |
clearButtonEnabled= | Signature: void clearButtonEnabled= (bool enable) Description: Method void QLineEdit::setClearButtonEnabled(bool enable) Python specific notes: |
closeEvent | Signature: void closeEvent (QCloseEvent ptr event) Description: Virtual method void QLineEdit::closeEvent(QCloseEvent *event) This method can be reimplemented in a derived class. |
completer | Signature: [const] QCompleter ptr completer Description: Method QCompleter *QLineEdit::completer() Python specific notes: |
completer= | Signature: void completer= (QCompleter ptr completer) Description: Method void QLineEdit::setCompleter(QCompleter *completer) Python specific notes: |
contextMenuEvent | Signature: void contextMenuEvent (QContextMenuEvent ptr arg1) Description: Virtual method void QLineEdit::contextMenuEvent(QContextMenuEvent *) This method can be reimplemented in a derived class. |
copy | Signature: [const] void copy Description: Method void QLineEdit::copy() |
create | Signature: void create (unsigned long long arg1 = 0, bool initializeWindow = true, bool destroyOldWindow = true) Description: Method void QLineEdit::create(WId, bool initializeWindow, bool destroyOldWindow) This method is protected and can only be called from inside a derived class. |
createStandardContextMenu | Signature: QMenu ptr createStandardContextMenu Description: Method QMenu *QLineEdit::createStandardContextMenu() |
cursorBackward | Signature: void cursorBackward (bool mark, int steps = 1) Description: Method void QLineEdit::cursorBackward(bool mark, int steps) |
cursorForward | Signature: void cursorForward (bool mark, int steps = 1) Description: Method void QLineEdit::cursorForward(bool mark, int steps) |
cursorMoveStyle | Signature: [const] Qt_CursorMoveStyle cursorMoveStyle Description: Method Qt::CursorMoveStyle QLineEdit::cursorMoveStyle() Python specific notes: |
cursorMoveStyle= | Signature: void cursorMoveStyle= (const Qt_CursorMoveStyle style) Description: Method void QLineEdit::setCursorMoveStyle(Qt::CursorMoveStyle style) Python specific notes: |
cursorPosition | Signature: [const] int cursorPosition Description: Method int QLineEdit::cursorPosition() Python specific notes: |
cursorPosition= | Signature: void cursorPosition= (int arg1) Description: Method void QLineEdit::setCursorPosition(int) Python specific notes: |
cursorPositionAt | Signature: int cursorPositionAt (const QPoint pos) Description: Method int QLineEdit::cursorPositionAt(const QPoint &pos) |
cursorPositionChanged | Signature: [signal] void cursorPositionChanged (int arg1, int arg2) Description: Signal declaration for QLineEdit::cursorPositionChanged(int, int) You can bind a procedure to this signal. Python specific notes: |
cursorRect | Signature: [const] QRect cursorRect Description: Method QRect QLineEdit::cursorRect() This method is protected and can only be called from inside a derived class. |
cursorWordBackward | Signature: void cursorWordBackward (bool mark) Description: Method void QLineEdit::cursorWordBackward(bool mark) |
cursorWordForward | Signature: void cursorWordForward (bool mark) Description: Method void QLineEdit::cursorWordForward(bool mark) |
customContextMenuRequested | Signature: [signal] void customContextMenuRequested (const QPoint pos) Description: Signal declaration for QLineEdit::customContextMenuRequested(const QPoint &pos) You can bind a procedure to this signal. Python specific notes: |
customEvent | Signature: void customEvent (QEvent ptr event) Description: Virtual method void QLineEdit::customEvent(QEvent *event) This method can be reimplemented in a derived class. |
cut | Signature: void cut Description: Method void QLineEdit::cut() |
del | Signature: void del Description: Method void QLineEdit::del() Python specific notes: |
deselect | Signature: void deselect Description: Method void QLineEdit::deselect() |
destroy | Signature: void destroy (bool destroyWindow = true, bool destroySubWindows = true) Description: Method void QLineEdit::destroy(bool destroyWindow, bool destroySubWindows) This method is protected and can only be called from inside a derived class. |
destroyed | Signature: [signal] void destroyed (QObject ptr arg1) Description: Signal declaration for QLineEdit::destroyed(QObject *) You can bind a procedure to this signal. Python specific notes: |
disconnectNotify | Signature: void disconnectNotify (const QMetaMethod signal) Description: Virtual method void QLineEdit::disconnectNotify(const QMetaMethod &signal) This method can be reimplemented in a derived class. |
displayText | Signature: [const] string displayText Description: Method QString QLineEdit::displayText() Python specific notes: |
dragEnabled | Signature: [const] bool dragEnabled Description: Method bool QLineEdit::dragEnabled() Python specific notes: |
dragEnabled= | Signature: void dragEnabled= (bool b) Description: Method void QLineEdit::setDragEnabled(bool b) Python specific notes: |
dragEnterEvent | Signature: void dragEnterEvent (QDragEnterEvent ptr arg1) Description: Virtual method void QLineEdit::dragEnterEvent(QDragEnterEvent *) This method can be reimplemented in a derived class. |
dragLeaveEvent | Signature: void dragLeaveEvent (QDragLeaveEvent ptr e) Description: Virtual method void QLineEdit::dragLeaveEvent(QDragLeaveEvent *e) This method can be reimplemented in a derived class. |
dragMoveEvent | Signature: void dragMoveEvent (QDragMoveEvent ptr e) Description: Virtual method void QLineEdit::dragMoveEvent(QDragMoveEvent *e) This method can be reimplemented in a derived class. |
dropEvent | Signature: void dropEvent (QDropEvent ptr arg1) Description: Virtual method void QLineEdit::dropEvent(QDropEvent *) This method can be reimplemented in a derived class. |
echoMode | Signature: [const] QLineEdit_EchoMode echoMode Description: Method QLineEdit::EchoMode QLineEdit::echoMode() Python specific notes: |
echoMode= | Signature: void echoMode= (const QLineEdit_EchoMode arg1) Description: Method void QLineEdit::setEchoMode(QLineEdit::EchoMode) Python specific notes: |
editingFinished | Signature: [signal] void editingFinished Description: Signal declaration for QLineEdit::editingFinished() You can bind a procedure to this signal. Python specific notes: |
emit_cursorPositionChanged | Signature: void emit_cursorPositionChanged (int arg1, int arg2) Description: Emitter for signal void QLineEdit::cursorPositionChanged(int, int) Call this method to emit this signal. |
emit_customContextMenuRequested | Signature: void emit_customContextMenuRequested (const QPoint pos) Description: Emitter for signal void QLineEdit::customContextMenuRequested(const QPoint &pos) Call this method to emit this signal. |
emit_destroyed | Signature: void emit_destroyed (QObject ptr arg1 = nullptr) Description: Emitter for signal void QLineEdit::destroyed(QObject *) Call this method to emit this signal. |
emit_editingFinished | Signature: void emit_editingFinished Description: Emitter for signal void QLineEdit::editingFinished() Call this method to emit this signal. |
emit_inputRejected | Signature: void emit_inputRejected Description: Emitter for signal void QLineEdit::inputRejected() Call this method to emit this signal. |
emit_objectNameChanged | Signature: void emit_objectNameChanged (string objectName) Description: Emitter for signal void QLineEdit::objectNameChanged(const QString &objectName) Call this method to emit this signal. |
emit_returnPressed | Signature: void emit_returnPressed Description: Emitter for signal void QLineEdit::returnPressed() Call this method to emit this signal. |
emit_selectionChanged | Signature: void emit_selectionChanged Description: Emitter for signal void QLineEdit::selectionChanged() Call this method to emit this signal. |
emit_textChanged | Signature: void emit_textChanged (string arg1) Description: Emitter for signal void QLineEdit::textChanged(const QString &) Call this method to emit this signal. |
emit_textEdited | Signature: void emit_textEdited (string arg1) Description: Emitter for signal void QLineEdit::textEdited(const QString &) Call this method to emit this signal. |
emit_windowIconChanged | Signature: void emit_windowIconChanged (const QIcon icon) Description: Emitter for signal void QLineEdit::windowIconChanged(const QIcon &icon) Call this method to emit this signal. |
emit_windowIconTextChanged | Signature: void emit_windowIconTextChanged (string iconText) Description: Emitter for signal void QLineEdit::windowIconTextChanged(const QString &iconText) Call this method to emit this signal. |
emit_windowTitleChanged | Signature: void emit_windowTitleChanged (string title) Description: Emitter for signal void QLineEdit::windowTitleChanged(const QString &title) Call this method to emit this signal. |
end | Signature: void end (bool mark) Description: Method void QLineEdit::end(bool mark) |
enterEvent | Signature: void enterEvent (QEvent ptr event) Description: Virtual method void QLineEdit::enterEvent(QEvent *event) This method can be reimplemented in a derived class. |
event | Signature: bool event (QEvent ptr arg1) Description: Virtual method bool QLineEdit::event(QEvent *) This method can be reimplemented in a derived class. |
eventFilter | Signature: bool eventFilter (QObject ptr watched, QEvent ptr event) Description: Virtual method bool QLineEdit::eventFilter(QObject *watched, QEvent *event) This method can be reimplemented in a derived class. |
focusInEvent | Signature: void focusInEvent (QFocusEvent ptr arg1) Description: Virtual method void QLineEdit::focusInEvent(QFocusEvent *) This method can be reimplemented in a derived class. |
focusNextChild | Signature: bool focusNextChild Description: Method bool QLineEdit::focusNextChild() This method is protected and can only be called from inside a derived class. |
focusNextPrevChild | Signature: bool focusNextPrevChild (bool next) Description: Virtual method bool QLineEdit::focusNextPrevChild(bool next) This method can be reimplemented in a derived class. |
focusOutEvent | Signature: void focusOutEvent (QFocusEvent ptr arg1) Description: Virtual method void QLineEdit::focusOutEvent(QFocusEvent *) This method can be reimplemented in a derived class. |
focusPreviousChild | Signature: bool focusPreviousChild Description: Method bool QLineEdit::focusPreviousChild() This method is protected and can only be called from inside a derived class. |
frame | Signature: [const] bool frame Description: Method bool QLineEdit::hasFrame() Python specific notes: |
frame= | Signature: void frame= (bool arg1) Description: Method void QLineEdit::setFrame(bool) Python specific notes: |
getTextMargins | Signature: [const] void getTextMargins (int ptr left, int ptr top, int ptr right, int ptr bottom) Description: Method void QLineEdit::getTextMargins(int *left, int *top, int *right, int *bottom) |
hasAcceptableInput | Signature: [const] bool hasAcceptableInput Description: Method bool QLineEdit::hasAcceptableInput() Python specific notes: |
hasFrame | Signature: [const] bool hasFrame Description: Method bool QLineEdit::hasFrame() Python specific notes: |
hasHeightForWidth | Signature: [const] bool hasHeightForWidth Description: Virtual method bool QLineEdit::hasHeightForWidth() This method can be reimplemented in a derived class. |
hasSelectedText | Signature: [const] bool hasSelectedText Description: Method bool QLineEdit::hasSelectedText() Python specific notes: |
heightForWidth | Signature: [const] int heightForWidth (int arg1) Description: Virtual method int QLineEdit::heightForWidth(int) This method can be reimplemented in a derived class. |
hideEvent | Signature: void hideEvent (QHideEvent ptr event) Description: Virtual method void QLineEdit::hideEvent(QHideEvent *event) This method can be reimplemented in a derived class. |
home | Signature: void home (bool mark) Description: Method void QLineEdit::home(bool mark) |
initPainter | Signature: [const] void initPainter (QPainter ptr painter) Description: Virtual method void QLineEdit::initPainter(QPainter *painter) This method can be reimplemented in a derived class. |
initStyleOption | Signature: [const] void initStyleOption (QStyleOptionFrame ptr option) Description: Method void QLineEdit::initStyleOption(QStyleOptionFrame *option) This method is protected and can only be called from inside a derived class. |
inputMask | Signature: [const] string inputMask Description: Method QString QLineEdit::inputMask() Python specific notes: |
inputMask= | Signature: void inputMask= (string inputMask) Description: Method void QLineEdit::setInputMask(const QString &inputMask) Python specific notes: |
inputMethodEvent | Signature: void inputMethodEvent (QInputMethodEvent ptr arg1) Description: Virtual method void QLineEdit::inputMethodEvent(QInputMethodEvent *) This method can be reimplemented in a derived class. |
inputMethodQuery | Signature: [const] variant inputMethodQuery (const Qt_InputMethodQuery arg1) Description: Virtual method QVariant QLineEdit::inputMethodQuery(Qt::InputMethodQuery) This method can be reimplemented in a derived class. |
inputRejected | Signature: [signal] void inputRejected Description: Signal declaration for QLineEdit::inputRejected() You can bind a procedure to this signal. Python specific notes: |
insert | Signature: void insert (string arg1) Description: Method void QLineEdit::insert(const QString &) |
isClearButtonEnabled? | Signature: [const] bool isClearButtonEnabled? Description: Method bool QLineEdit::isClearButtonEnabled() Python specific notes: |
isModified? | Signature: [const] bool isModified? Description: Method bool QLineEdit::isModified() Python specific notes: |
isReadOnly? | Signature: [const] bool isReadOnly? Description: Method bool QLineEdit::isReadOnly() Python specific notes: |
isRedoAvailable? | Signature: [const] bool isRedoAvailable? Description: Method bool QLineEdit::isRedoAvailable() Python specific notes: |
isSignalConnected | Signature: [const] bool isSignalConnected (const QMetaMethod signal) Description: Method bool QLineEdit::isSignalConnected(const QMetaMethod &signal) This method is protected and can only be called from inside a derived class. |
isUndoAvailable? | Signature: [const] bool isUndoAvailable? Description: Method bool QLineEdit::isUndoAvailable() Python specific notes: |
keyPressEvent | Signature: void keyPressEvent (QKeyEvent ptr arg1) Description: Virtual method void QLineEdit::keyPressEvent(QKeyEvent *) This method can be reimplemented in a derived class. |
keyReleaseEvent | Signature: void keyReleaseEvent (QKeyEvent ptr event) Description: Virtual method void QLineEdit::keyReleaseEvent(QKeyEvent *event) This method can be reimplemented in a derived class. |
leaveEvent | Signature: void leaveEvent (QEvent ptr event) Description: Virtual method void QLineEdit::leaveEvent(QEvent *event) This method can be reimplemented in a derived class. |
maxLength | Signature: [const] int maxLength Description: Method int QLineEdit::maxLength() Python specific notes: |
maxLength= | Signature: void maxLength= (int arg1) Description: Method void QLineEdit::setMaxLength(int) Python specific notes: |
metric | Signature: [const] int metric (const QPaintDevice_PaintDeviceMetric arg1) Description: Virtual method int QLineEdit::metric(QPaintDevice::PaintDeviceMetric) This method can be reimplemented in a derived class. |
minimumSizeHint | Signature: [const] QSize minimumSizeHint Description: Virtual method QSize QLineEdit::minimumSizeHint() This method can be reimplemented in a derived class. |
modified | Signature: [const] bool modified Description: Method bool QLineEdit::isModified() Python specific notes: |
modified= | Signature: void modified= (bool arg1) Description: Method void QLineEdit::setModified(bool) Python specific notes: |
mouseDoubleClickEvent | Signature: void mouseDoubleClickEvent (QMouseEvent ptr arg1) Description: Virtual method void QLineEdit::mouseDoubleClickEvent(QMouseEvent *) This method can be reimplemented in a derived class. |
mouseMoveEvent | Signature: void mouseMoveEvent (QMouseEvent ptr arg1) Description: Virtual method void QLineEdit::mouseMoveEvent(QMouseEvent *) This method can be reimplemented in a derived class. |
mousePressEvent | Signature: void mousePressEvent (QMouseEvent ptr arg1) Description: Virtual method void QLineEdit::mousePressEvent(QMouseEvent *) This method can be reimplemented in a derived class. |
mouseReleaseEvent | Signature: void mouseReleaseEvent (QMouseEvent ptr arg1) Description: Virtual method void QLineEdit::mouseReleaseEvent(QMouseEvent *) This method can be reimplemented in a derived class. |
moveEvent | Signature: void moveEvent (QMoveEvent ptr event) Description: Virtual method void QLineEdit::moveEvent(QMoveEvent *event) This method can be reimplemented in a derived class. |
nativeEvent | Signature: bool nativeEvent (bytes eventType, void * message, long ptr result) Description: Virtual method bool QLineEdit::nativeEvent(const QByteArray &eventType, void *message, long int *result) This method can be reimplemented in a derived class. |
new | (1) Signature: [static] new QLineEdit new (QWidget ptr parent = nullptr) Description: Constructor QLineEdit::QLineEdit(QWidget *parent) This method creates an object of class QLineEdit. Python specific notes: |
(2) Signature: [static] new QLineEdit new (string arg1, QWidget ptr parent = nullptr) Description: Constructor QLineEdit::QLineEdit(const QString &, QWidget *parent) This method creates an object of class QLineEdit. Python specific notes: | |
objectNameChanged | Signature: [signal] void objectNameChanged (string objectName) Description: Signal declaration for QLineEdit::objectNameChanged(const QString &objectName) You can bind a procedure to this signal. Python specific notes: |
paintEngine | Signature: [const] QPaintEngine ptr paintEngine Description: Virtual method QPaintEngine *QLineEdit::paintEngine() This method can be reimplemented in a derived class. |
paintEvent | Signature: void paintEvent (QPaintEvent ptr arg1) Description: Virtual method void QLineEdit::paintEvent(QPaintEvent *) This method can be reimplemented in a derived class. |
paste | Signature: void paste Description: Method void QLineEdit::paste() |
placeholderText | Signature: [const] string placeholderText Description: Method QString QLineEdit::placeholderText() Python specific notes: |
placeholderText= | Signature: void placeholderText= (string arg1) Description: Method void QLineEdit::setPlaceholderText(const QString &) Python specific notes: |
qt_create | Signature: void qt_create (unsigned long long arg1 = 0, bool initializeWindow = true, bool destroyOldWindow = true) Description: Method void QLineEdit::create(WId, bool initializeWindow, bool destroyOldWindow) This method is protected and can only be called from inside a derived class. |
qt_destroy | Signature: void qt_destroy (bool destroyWindow = true, bool destroySubWindows = true) Description: Method void QLineEdit::destroy(bool destroyWindow, bool destroySubWindows) This method is protected and can only be called from inside a derived class. |
readOnly | Signature: [const] bool readOnly Description: Method bool QLineEdit::isReadOnly() Python specific notes: |
readOnly= | Signature: void readOnly= (bool arg1) Description: Method void QLineEdit::setReadOnly(bool) Python specific notes: |
receivers | Signature: [const] int receivers (string signal) Description: Method int QLineEdit::receivers(const char *signal) This method is protected and can only be called from inside a derived class. |
redirected | Signature: [const] QPaintDevice ptr redirected (QPoint ptr offset) Description: Virtual method QPaintDevice *QLineEdit::redirected(QPoint *offset) This method can be reimplemented in a derived class. |
redo | Signature: void redo Description: Method void QLineEdit::redo() |
redoAvailable | Signature: [const] bool redoAvailable Description: Method bool QLineEdit::isRedoAvailable() Python specific notes: |
resizeEvent | Signature: void resizeEvent (QResizeEvent ptr event) Description: Virtual method void QLineEdit::resizeEvent(QResizeEvent *event) This method can be reimplemented in a derived class. |
returnPressed | Signature: [signal] void returnPressed Description: Signal declaration for QLineEdit::returnPressed() You can bind a procedure to this signal. Python specific notes: |
selectAll | Signature: void selectAll Description: Method void QLineEdit::selectAll() |
selectedText | Signature: [const] string selectedText Description: Method QString QLineEdit::selectedText() Python specific notes: |
selectionChanged | Signature: [signal] void selectionChanged Description: Signal declaration for QLineEdit::selectionChanged() You can bind a procedure to this signal. Python specific notes: |
selectionEnd | Signature: [const] int selectionEnd Description: Method int QLineEdit::selectionEnd() |
selectionLength | Signature: [const] int selectionLength Description: Method int QLineEdit::selectionLength() |
selectionStart | Signature: [const] int selectionStart Description: Method int QLineEdit::selectionStart() |
sender | Signature: [const] QObject ptr sender Description: Method QObject *QLineEdit::sender() This method is protected and can only be called from inside a derived class. |
senderSignalIndex | Signature: [const] int senderSignalIndex Description: Method int QLineEdit::senderSignalIndex() This method is protected and can only be called from inside a derived class. |
setAlignment | Signature: void setAlignment (Qt_QFlags_AlignmentFlag flag) Description: Method void QLineEdit::setAlignment(QFlags<Qt::AlignmentFlag> flag) Python specific notes: |
setClearButtonEnabled | Signature: void setClearButtonEnabled (bool enable) Description: Method void QLineEdit::setClearButtonEnabled(bool enable) Python specific notes: |
setCompleter | Signature: void setCompleter (QCompleter ptr completer) Description: Method void QLineEdit::setCompleter(QCompleter *completer) Python specific notes: |
setCursorMoveStyle | Signature: void setCursorMoveStyle (const Qt_CursorMoveStyle style) Description: Method void QLineEdit::setCursorMoveStyle(Qt::CursorMoveStyle style) Python specific notes: |
setCursorPosition | Signature: void setCursorPosition (int arg1) Description: Method void QLineEdit::setCursorPosition(int) Python specific notes: |
setDragEnabled | Signature: void setDragEnabled (bool b) Description: Method void QLineEdit::setDragEnabled(bool b) Python specific notes: |
setEchoMode | Signature: void setEchoMode (const QLineEdit_EchoMode arg1) Description: Method void QLineEdit::setEchoMode(QLineEdit::EchoMode) Python specific notes: |
setFrame | Signature: void setFrame (bool arg1) Description: Method void QLineEdit::setFrame(bool) Python specific notes: |
setInputMask | Signature: void setInputMask (string inputMask) Description: Method void QLineEdit::setInputMask(const QString &inputMask) Python specific notes: |
setMaxLength | Signature: void setMaxLength (int arg1) Description: Method void QLineEdit::setMaxLength(int) Python specific notes: |
setModified | Signature: void setModified (bool arg1) Description: Method void QLineEdit::setModified(bool) Python specific notes: |
setPlaceholderText | Signature: void setPlaceholderText (string arg1) Description: Method void QLineEdit::setPlaceholderText(const QString &) Python specific notes: |
setReadOnly | Signature: void setReadOnly (bool arg1) Description: Method void QLineEdit::setReadOnly(bool) Python specific notes: |
setSelection | Signature: void setSelection (int arg1, int arg2) Description: Method void QLineEdit::setSelection(int, int) |
setText | Signature: void setText (string arg1) Description: Method void QLineEdit::setText(const QString &) Python specific notes: |
setTextMargins | (1) Signature: void setTextMargins (int left, int top, int right, int bottom) Description: Method void QLineEdit::setTextMargins(int left, int top, int right, int bottom) |
(2) Signature: void setTextMargins (const QMargins margins) Description: Method void QLineEdit::setTextMargins(const QMargins &margins) Python specific notes: | |
setValidator | Signature: void setValidator (const QValidator ptr arg1) Description: Method void QLineEdit::setValidator(const QValidator *) Python specific notes: |
setVisible | Signature: void setVisible (bool visible) Description: Virtual method void QLineEdit::setVisible(bool visible) This method can be reimplemented in a derived class. |
sharedPainter | Signature: [const] QPainter ptr sharedPainter Description: Virtual method QPainter *QLineEdit::sharedPainter() This method can be reimplemented in a derived class. |
showEvent | Signature: void showEvent (QShowEvent ptr event) Description: Virtual method void QLineEdit::showEvent(QShowEvent *event) This method can be reimplemented in a derived class. |
sizeHint | Signature: [const] QSize sizeHint Description: Virtual method QSize QLineEdit::sizeHint() This method can be reimplemented in a derived class. |
staticMetaObject | Signature: [static] QMetaObject staticMetaObject Description: Obtains the static MetaObject for this class. |
tabletEvent | Signature: void tabletEvent (QTabletEvent ptr event) Description: Virtual method void QLineEdit::tabletEvent(QTabletEvent *event) This method can be reimplemented in a derived class. |
text | Signature: [const] string text Description: Method QString QLineEdit::text() Python specific notes: |
text= | Signature: void text= (string arg1) Description: Method void QLineEdit::setText(const QString &) Python specific notes: |
textChanged | Signature: [signal] void textChanged (string arg1) Description: Signal declaration for QLineEdit::textChanged(const QString &) You can bind a procedure to this signal. Python specific notes: |
textEdited | Signature: [signal] void textEdited (string arg1) Description: Signal declaration for QLineEdit::textEdited(const QString &) You can bind a procedure to this signal. Python specific notes: |
textMargins | Signature: [const] QMargins textMargins Description: Method QMargins QLineEdit::textMargins() Python specific notes: |
textMargins= | Signature: void textMargins= (const QMargins margins) Description: Method void QLineEdit::setTextMargins(const QMargins &margins) Python specific notes: |
timerEvent | Signature: void timerEvent (QTimerEvent ptr event) Description: Virtual method void QLineEdit::timerEvent(QTimerEvent *event) This method can be reimplemented in a derived class. |
tr | Signature: [static] string tr (string s, string c = nullptr, int n = -1) Description: Static method QString QLineEdit::tr(const char *s, const char *c, int n) This method is static and can be called without an instance. |
trUtf8 | Signature: [static] string trUtf8 (string s, string c = nullptr, int n = -1) Description: Static method QString QLineEdit::trUtf8(const char *s, const char *c, int n) This method is static and can be called without an instance. |
undo | Signature: void undo Description: Method void QLineEdit::undo() |
undoAvailable | Signature: [const] bool undoAvailable Description: Method bool QLineEdit::isUndoAvailable() Python specific notes: |
updateMicroFocus | Signature: void updateMicroFocus Description: Method void QLineEdit::updateMicroFocus() This method is protected and can only be called from inside a derived class. |
validator | Signature: [const] const QValidator ptr validator Description: Method const QValidator *QLineEdit::validator() Python specific notes: |
validator= | Signature: void validator= (const QValidator ptr arg1) Description: Method void QLineEdit::setValidator(const QValidator *) Python specific notes: |
wheelEvent | Signature: void wheelEvent (QWheelEvent ptr event) Description: Virtual method void QLineEdit::wheelEvent(QWheelEvent *event) This method can be reimplemented in a derived class. |
windowIconChanged | Signature: [signal] void windowIconChanged (const QIcon icon) Description: Signal declaration for QLineEdit::windowIconChanged(const QIcon &icon) You can bind a procedure to this signal. Python specific notes: |
windowIconTextChanged | Signature: [signal] void windowIconTextChanged (string iconText) Description: Signal declaration for QLineEdit::windowIconTextChanged(const QString &iconText) You can bind a procedure to this signal. Python specific notes: |
windowTitleChanged | Signature: [signal] void windowTitleChanged (string title) Description: Signal declaration for QLineEdit::windowTitleChanged(const QString &title) You can bind a procedure to this signal. Python specific notes: |