|
- Method resolution order:
- LineEditRU
- PyQt5.QtWidgets.QLineEdit
- PyQt5.QtWidgets.QWidget
- PyQt5.QtCore.QObject
- sip.wrapper
- PyQt5.QtGui.QPaintDevice
- sip.simplewrapper
- builtins.object
Methods defined here:
- __init__(self, parent=None)
- Initialize the class.
- focusOutEvent(self, event)
- Catch the Focus Out event.
- keyPressEvent(self, event)
- Catch the <RETURN> key.
Data and other attributes defined here:
- firefocus = None
- firereturn = None
- numbers = ('0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0')
- parent = None
- qtkeys = (0, 16777216, 16777217, 16777218, 16777219, 16777220, 16777221, 16777222, 16777223, 16777227, 16777232, 16777233, 16777234, 16777235, 16777236, 16777237, 16777248, 16777249, 16777250, 16777251, ...)
- returnval = 16777220
- rualphlower = ('а', 'б', 'в', 'г', 'д', 'е', 'ё', 'ж', 'з', 'и', 'й', 'к', 'л', 'м', 'н', 'о', 'п', 'р', 'с', 'т', ...)
- rualphupper = ('А', 'Б', 'В', 'Г', 'Д', 'Е', 'Ё', 'Ж', 'З', 'И', 'Й', 'К', 'Л', 'М', 'Н', 'О', 'П', 'Р', 'С', 'Т', ...)
Methods inherited from PyQt5.QtWidgets.QLineEdit:
- addAction(...)
- QLineEdit.addAction(QAction)
QLineEdit.addAction(QAction, QLineEdit.ActionPosition)
QLineEdit.addAction(QIcon, QLineEdit.ActionPosition) -> QAction
- alignment(...)
- QLineEdit.alignment() -> Qt.Alignment
- backspace(...)
- QLineEdit.backspace()
- changeEvent(...)
- QLineEdit.changeEvent(QEvent)
- clear(...)
- QLineEdit.clear()
- completer(...)
- QLineEdit.completer() -> QCompleter
- contextMenuEvent(...)
- QLineEdit.contextMenuEvent(QContextMenuEvent)
- copy(...)
- QLineEdit.copy()
- createStandardContextMenu(...)
- QLineEdit.createStandardContextMenu() -> QMenu
- cursorBackward(...)
- QLineEdit.cursorBackward(bool, int steps=1)
- cursorForward(...)
- QLineEdit.cursorForward(bool, int steps=1)
- cursorMoveStyle(...)
- QLineEdit.cursorMoveStyle() -> Qt.CursorMoveStyle
- cursorPosition(...)
- QLineEdit.cursorPosition() -> int
- cursorPositionAt(...)
- QLineEdit.cursorPositionAt(QPoint) -> int
cursorPositionChanged = <unbound signal cursorPositionChanged>
- cursorRect(...)
- QLineEdit.cursorRect() -> QRect
- cursorWordBackward(...)
- QLineEdit.cursorWordBackward(bool)
- cursorWordForward(...)
- QLineEdit.cursorWordForward(bool)
- cut(...)
- QLineEdit.cut()
- del_(...)
- QLineEdit.del_()
- deselect(...)
- QLineEdit.deselect()
- displayText(...)
- QLineEdit.displayText() -> str
- dragEnabled(...)
- QLineEdit.dragEnabled() -> bool
- dragEnterEvent(...)
- QLineEdit.dragEnterEvent(QDragEnterEvent)
- dragLeaveEvent(...)
- QLineEdit.dragLeaveEvent(QDragLeaveEvent)
- dragMoveEvent(...)
- QLineEdit.dragMoveEvent(QDragMoveEvent)
- dropEvent(...)
- QLineEdit.dropEvent(QDropEvent)
- echoMode(...)
- QLineEdit.echoMode() -> QLineEdit.EchoMode
editingFinished = <unbound signal editingFinished>
- end(...)
- QLineEdit.end(bool)
- event(...)
- QLineEdit.event(QEvent) -> bool
- focusInEvent(...)
- QLineEdit.focusInEvent(QFocusEvent)
- getTextMargins(...)
- QLineEdit.getTextMargins() -> (int, int, int, int)
- hasAcceptableInput(...)
- QLineEdit.hasAcceptableInput() -> bool
- hasFrame(...)
- QLineEdit.hasFrame() -> bool
- hasSelectedText(...)
- QLineEdit.hasSelectedText() -> bool
- home(...)
- QLineEdit.home(bool)
- initStyleOption(...)
- QLineEdit.initStyleOption(QStyleOptionFrame)
- inputMask(...)
- QLineEdit.inputMask() -> str
- inputMethodEvent(...)
- QLineEdit.inputMethodEvent(QInputMethodEvent)
- inputMethodQuery(...)
- QLineEdit.inputMethodQuery(Qt.InputMethodQuery) -> QVariant
- insert(...)
- QLineEdit.insert(str)
- isClearButtonEnabled(...)
- QLineEdit.isClearButtonEnabled() -> bool
- isModified(...)
- QLineEdit.isModified() -> bool
- isReadOnly(...)
- QLineEdit.isReadOnly() -> bool
- isRedoAvailable(...)
- QLineEdit.isRedoAvailable() -> bool
- isUndoAvailable(...)
- QLineEdit.isUndoAvailable() -> bool
- maxLength(...)
- QLineEdit.maxLength() -> int
- minimumSizeHint(...)
- QLineEdit.minimumSizeHint() -> QSize
- mouseDoubleClickEvent(...)
- QLineEdit.mouseDoubleClickEvent(QMouseEvent)
- mouseMoveEvent(...)
- QLineEdit.mouseMoveEvent(QMouseEvent)
- mousePressEvent(...)
- QLineEdit.mousePressEvent(QMouseEvent)
- mouseReleaseEvent(...)
- QLineEdit.mouseReleaseEvent(QMouseEvent)
- paintEvent(...)
- QLineEdit.paintEvent(QPaintEvent)
- paste(...)
- QLineEdit.paste()
- placeholderText(...)
- QLineEdit.placeholderText() -> str
- redo(...)
- QLineEdit.redo()
returnPressed = <unbound signal returnPressed>
- selectAll(...)
- QLineEdit.selectAll()
- selectedText(...)
- QLineEdit.selectedText() -> str
selectionChanged = <unbound signal selectionChanged>
- selectionStart(...)
- QLineEdit.selectionStart() -> int
- setAlignment(...)
- QLineEdit.setAlignment(Qt.Alignment)
- setClearButtonEnabled(...)
- QLineEdit.setClearButtonEnabled(bool)
- setCompleter(...)
- QLineEdit.setCompleter(QCompleter)
- setCursorMoveStyle(...)
- QLineEdit.setCursorMoveStyle(Qt.CursorMoveStyle)
- setCursorPosition(...)
- QLineEdit.setCursorPosition(int)
- setDragEnabled(...)
- QLineEdit.setDragEnabled(bool)
- setEchoMode(...)
- QLineEdit.setEchoMode(QLineEdit.EchoMode)
- setFrame(...)
- QLineEdit.setFrame(bool)
- setInputMask(...)
- QLineEdit.setInputMask(str)
- setMaxLength(...)
- QLineEdit.setMaxLength(int)
- setModified(...)
- QLineEdit.setModified(bool)
- setPlaceholderText(...)
- QLineEdit.setPlaceholderText(str)
- setReadOnly(...)
- QLineEdit.setReadOnly(bool)
- setSelection(...)
- QLineEdit.setSelection(int, int)
- setText(...)
- QLineEdit.setText(str)
- setTextMargins(...)
- QLineEdit.setTextMargins(int, int, int, int)
QLineEdit.setTextMargins(QMargins)
- setValidator(...)
- QLineEdit.setValidator(QValidator)
- sizeHint(...)
- QLineEdit.sizeHint() -> QSize
- text(...)
- QLineEdit.text() -> str
textChanged = <unbound signal textChanged>
textEdited = <unbound signal textEdited>
- textMargins(...)
- QLineEdit.textMargins() -> QMargins
- undo(...)
- QLineEdit.undo()
- validator(...)
- QLineEdit.validator() -> QValidator
Data and other attributes inherited from PyQt5.QtWidgets.QLineEdit:
- ActionPosition = <class 'PyQt5.QtWidgets.QLineEdit.ActionPosition'>
- EchoMode = <class 'PyQt5.QtWidgets.QLineEdit.EchoMode'>
- LeadingPosition = 0
- NoEcho = 1
- Normal = 0
- Password = 2
- PasswordEchoOnEdit = 3
- TrailingPosition = 1
Methods inherited from PyQt5.QtWidgets.QWidget:
- acceptDrops(...)
- QWidget.acceptDrops() -> bool
- accessibleDescription(...)
- QWidget.accessibleDescription() -> str
- accessibleName(...)
- QWidget.accessibleName() -> str
- actionEvent(...)
- QWidget.actionEvent(QActionEvent)
- actions(...)
- QWidget.actions() -> list-of-QAction
- activateWindow(...)
- QWidget.activateWindow()
- addActions(...)
- QWidget.addActions(list-of-QAction)
- adjustSize(...)
- QWidget.adjustSize()
- autoFillBackground(...)
- QWidget.autoFillBackground() -> bool
- backgroundRole(...)
- QWidget.backgroundRole() -> QPalette.ColorRole
- baseSize(...)
- QWidget.baseSize() -> QSize
- childAt(...)
- QWidget.childAt(QPoint) -> QWidget
QWidget.childAt(int, int) -> QWidget
- childrenRect(...)
- QWidget.childrenRect() -> QRect
- childrenRegion(...)
- QWidget.childrenRegion() -> QRegion
- clearFocus(...)
- QWidget.clearFocus()
- clearMask(...)
- QWidget.clearMask()
- close(...)
- QWidget.close() -> bool
- closeEvent(...)
- QWidget.closeEvent(QCloseEvent)
- contentsMargins(...)
- QWidget.contentsMargins() -> QMargins
- contentsRect(...)
- QWidget.contentsRect() -> QRect
- contextMenuPolicy(...)
- QWidget.contextMenuPolicy() -> Qt.ContextMenuPolicy
- create(...)
- QWidget.create(sip.voidptr window=0, bool initializeWindow=True, bool destroyOldWindow=True)
- createWindowContainer(...)
- QWidget.createWindowContainer(QWindow, QWidget parent=None, Qt.WindowFlags flags=0) -> QWidget
- cursor(...)
- QWidget.cursor() -> QCursor
customContextMenuRequested = <unbound signal customContextMenuRequested>
- destroy(...)
- QWidget.destroy(bool destroyWindow=True, bool destroySubWindows=True)
- devType(...)
- QWidget.devType() -> int
- effectiveWinId(...)
- QWidget.effectiveWinId() -> sip.voidptr
- ensurePolished(...)
- QWidget.ensurePolished()
- enterEvent(...)
- QWidget.enterEvent(QEvent)
- find(...)
- QWidget.find(sip.voidptr) -> QWidget
- focusNextChild(...)
- QWidget.focusNextChild() -> bool
- focusNextPrevChild(...)
- QWidget.focusNextPrevChild(bool) -> bool
- focusPolicy(...)
- QWidget.focusPolicy() -> Qt.FocusPolicy
- focusPreviousChild(...)
- QWidget.focusPreviousChild() -> bool
- focusProxy(...)
- QWidget.focusProxy() -> QWidget
- focusWidget(...)
- QWidget.focusWidget() -> QWidget
- font(...)
- QWidget.font() -> QFont
- fontInfo(...)
- QWidget.fontInfo() -> QFontInfo
- fontMetrics(...)
- QWidget.fontMetrics() -> QFontMetrics
- foregroundRole(...)
- QWidget.foregroundRole() -> QPalette.ColorRole
- frameGeometry(...)
- QWidget.frameGeometry() -> QRect
- frameSize(...)
- QWidget.frameSize() -> QSize
- geometry(...)
- QWidget.geometry() -> QRect
- getContentsMargins(...)
- QWidget.getContentsMargins() -> (int, int, int, int)
- grab(...)
- QWidget.grab(QRect rectangle=QRect(QPoint(0,0),QSize(-1,-1))) -> QPixmap
- grabGesture(...)
- QWidget.grabGesture(Qt.GestureType, Qt.GestureFlags flags=Qt.GestureFlags(0))
- grabKeyboard(...)
- QWidget.grabKeyboard()
- grabMouse(...)
- QWidget.grabMouse()
QWidget.grabMouse(QCursor)
- grabShortcut(...)
- QWidget.grabShortcut(QKeySequence, Qt.ShortcutContext context=Qt.WindowShortcut) -> int
- graphicsEffect(...)
- QWidget.graphicsEffect() -> QGraphicsEffect
- graphicsProxyWidget(...)
- QWidget.graphicsProxyWidget() -> QGraphicsProxyWidget
- hasFocus(...)
- QWidget.hasFocus() -> bool
- hasHeightForWidth(...)
- QWidget.hasHeightForWidth() -> bool
- hasMouseTracking(...)
- QWidget.hasMouseTracking() -> bool
- height(...)
- QWidget.height() -> int
- heightForWidth(...)
- QWidget.heightForWidth(int) -> int
- hide(...)
- QWidget.hide()
- hideEvent(...)
- QWidget.hideEvent(QHideEvent)
- initPainter(...)
- QWidget.initPainter(QPainter)
- inputMethodHints(...)
- QWidget.inputMethodHints() -> Qt.InputMethodHints
- insertAction(...)
- QWidget.insertAction(QAction, QAction)
- insertActions(...)
- QWidget.insertActions(QAction, list-of-QAction)
- isActiveWindow(...)
- QWidget.isActiveWindow() -> bool
- isAncestorOf(...)
- QWidget.isAncestorOf(QWidget) -> bool
- isEnabled(...)
- QWidget.isEnabled() -> bool
- isEnabledTo(...)
- QWidget.isEnabledTo(QWidget) -> bool
- isFullScreen(...)
- QWidget.isFullScreen() -> bool
- isHidden(...)
- QWidget.isHidden() -> bool
- isLeftToRight(...)
- QWidget.isLeftToRight() -> bool
- isMaximized(...)
- QWidget.isMaximized() -> bool
- isMinimized(...)
- QWidget.isMinimized() -> bool
- isModal(...)
- QWidget.isModal() -> bool
- isRightToLeft(...)
- QWidget.isRightToLeft() -> bool
- isVisible(...)
- QWidget.isVisible() -> bool
- isVisibleTo(...)
- QWidget.isVisibleTo(QWidget) -> bool
- isWindow(...)
- QWidget.isWindow() -> bool
- isWindowModified(...)
- QWidget.isWindowModified() -> bool
- keyReleaseEvent(...)
- QWidget.keyReleaseEvent(QKeyEvent)
- keyboardGrabber(...)
- QWidget.keyboardGrabber() -> QWidget
- layout(...)
- QWidget.layout() -> QLayout
- layoutDirection(...)
- QWidget.layoutDirection() -> Qt.LayoutDirection
- leaveEvent(...)
- QWidget.leaveEvent(QEvent)
- locale(...)
- QWidget.locale() -> QLocale
- lower(...)
- QWidget.lower()
- mapFrom(...)
- QWidget.mapFrom(QWidget, QPoint) -> QPoint
- mapFromGlobal(...)
- QWidget.mapFromGlobal(QPoint) -> QPoint
- mapFromParent(...)
- QWidget.mapFromParent(QPoint) -> QPoint
- mapTo(...)
- QWidget.mapTo(QWidget, QPoint) -> QPoint
- mapToGlobal(...)
- QWidget.mapToGlobal(QPoint) -> QPoint
- mapToParent(...)
- QWidget.mapToParent(QPoint) -> QPoint
- mask(...)
- QWidget.mask() -> QRegion
- maximumHeight(...)
- QWidget.maximumHeight() -> int
- maximumSize(...)
- QWidget.maximumSize() -> QSize
- maximumWidth(...)
- QWidget.maximumWidth() -> int
- metric(...)
- QWidget.metric(QPaintDevice.PaintDeviceMetric) -> int
- minimumHeight(...)
- QWidget.minimumHeight() -> int
- minimumSize(...)
- QWidget.minimumSize() -> QSize
- minimumWidth(...)
- QWidget.minimumWidth() -> int
- mouseGrabber(...)
- QWidget.mouseGrabber() -> QWidget
- move(...)
- QWidget.move(QPoint)
QWidget.move(int, int)
- moveEvent(...)
- QWidget.moveEvent(QMoveEvent)
- nativeEvent(...)
- QWidget.nativeEvent(QByteArray, sip.voidptr) -> (bool, int)
- nativeParentWidget(...)
- QWidget.nativeParentWidget() -> QWidget
- nextInFocusChain(...)
- QWidget.nextInFocusChain() -> QWidget
- normalGeometry(...)
- QWidget.normalGeometry() -> QRect
- overrideWindowFlags(...)
- QWidget.overrideWindowFlags(Qt.WindowFlags)
- overrideWindowState(...)
- QWidget.overrideWindowState(Qt.WindowStates)
- paintEngine(...)
- QWidget.paintEngine() -> QPaintEngine
- palette(...)
- QWidget.palette() -> QPalette
- parentWidget(...)
- QWidget.parentWidget() -> QWidget
- pos(...)
- QWidget.pos() -> QPoint
- previousInFocusChain(...)
- QWidget.previousInFocusChain() -> QWidget
- raise_(...)
- QWidget.raise_()
- rect(...)
- QWidget.rect() -> QRect
- redirected(...)
- QWidget.redirected(QPoint) -> QPaintDevice
- releaseKeyboard(...)
- QWidget.releaseKeyboard()
- releaseMouse(...)
- QWidget.releaseMouse()
- releaseShortcut(...)
- QWidget.releaseShortcut(int)
- removeAction(...)
- QWidget.removeAction(QAction)
- render(...)
- QWidget.render(QPaintDevice, QPoint targetOffset=QPoint(), QRegion sourceRegion=QRegion(), QWidget.RenderFlags flags=QWidget.DrawWindowBackground|QWidget.DrawChildren)
QWidget.render(QPainter, QPoint targetOffset=QPoint(), QRegion sourceRegion=QRegion(), QWidget.RenderFlags flags=QWidget.DrawWindowBackground|QWidget.DrawChildren)
- repaint(...)
- QWidget.repaint()
QWidget.repaint(int, int, int, int)
QWidget.repaint(QRect)
QWidget.repaint(QRegion)
- resize(...)
- QWidget.resize(QSize)
QWidget.resize(int, int)
- resizeEvent(...)
- QWidget.resizeEvent(QResizeEvent)
- restoreGeometry(...)
- QWidget.restoreGeometry(QByteArray) -> bool
- saveGeometry(...)
- QWidget.saveGeometry() -> QByteArray
- scroll(...)
- QWidget.scroll(int, int)
QWidget.scroll(int, int, QRect)
- setAcceptDrops(...)
- QWidget.setAcceptDrops(bool)
- setAccessibleDescription(...)
- QWidget.setAccessibleDescription(str)
- setAccessibleName(...)
- QWidget.setAccessibleName(str)
- setAttribute(...)
- QWidget.setAttribute(Qt.WidgetAttribute, bool on=True)
- setAutoFillBackground(...)
- QWidget.setAutoFillBackground(bool)
- setBackgroundRole(...)
- QWidget.setBackgroundRole(QPalette.ColorRole)
- setBaseSize(...)
- QWidget.setBaseSize(int, int)
QWidget.setBaseSize(QSize)
- setContentsMargins(...)
- QWidget.setContentsMargins(int, int, int, int)
QWidget.setContentsMargins(QMargins)
- setContextMenuPolicy(...)
- QWidget.setContextMenuPolicy(Qt.ContextMenuPolicy)
- setCursor(...)
- QWidget.setCursor(QCursor)
- setDisabled(...)
- QWidget.setDisabled(bool)
- setEnabled(...)
- QWidget.setEnabled(bool)
- setFixedHeight(...)
- QWidget.setFixedHeight(int)
- setFixedSize(...)
- QWidget.setFixedSize(QSize)
QWidget.setFixedSize(int, int)
- setFixedWidth(...)
- QWidget.setFixedWidth(int)
- setFocus(...)
- QWidget.setFocus()
QWidget.setFocus(Qt.FocusReason)
- setFocusPolicy(...)
- QWidget.setFocusPolicy(Qt.FocusPolicy)
- setFocusProxy(...)
- QWidget.setFocusProxy(QWidget)
- setFont(...)
- QWidget.setFont(QFont)
- setForegroundRole(...)
- QWidget.setForegroundRole(QPalette.ColorRole)
- setGeometry(...)
- QWidget.setGeometry(QRect)
QWidget.setGeometry(int, int, int, int)
- setGraphicsEffect(...)
- QWidget.setGraphicsEffect(QGraphicsEffect)
- setHidden(...)
- QWidget.setHidden(bool)
- setInputMethodHints(...)
- QWidget.setInputMethodHints(Qt.InputMethodHints)
- setLayout(...)
- QWidget.setLayout(QLayout)
- setLayoutDirection(...)
- QWidget.setLayoutDirection(Qt.LayoutDirection)
- setLocale(...)
- QWidget.setLocale(QLocale)
- setMask(...)
- QWidget.setMask(QBitmap)
QWidget.setMask(QRegion)
- setMaximumHeight(...)
- QWidget.setMaximumHeight(int)
- setMaximumSize(...)
- QWidget.setMaximumSize(int, int)
QWidget.setMaximumSize(QSize)
- setMaximumWidth(...)
- QWidget.setMaximumWidth(int)
- setMinimumHeight(...)
- QWidget.setMinimumHeight(int)
- setMinimumSize(...)
- QWidget.setMinimumSize(int, int)
QWidget.setMinimumSize(QSize)
- setMinimumWidth(...)
- QWidget.setMinimumWidth(int)
- setMouseTracking(...)
- QWidget.setMouseTracking(bool)
- setPalette(...)
- QWidget.setPalette(QPalette)
- setParent(...)
- QWidget.setParent(QWidget)
QWidget.setParent(QWidget, Qt.WindowFlags)
- setShortcutAutoRepeat(...)
- QWidget.setShortcutAutoRepeat(int, bool enabled=True)
- setShortcutEnabled(...)
- QWidget.setShortcutEnabled(int, bool enabled=True)
- setSizeIncrement(...)
- QWidget.setSizeIncrement(int, int)
QWidget.setSizeIncrement(QSize)
- setSizePolicy(...)
- QWidget.setSizePolicy(QSizePolicy)
QWidget.setSizePolicy(QSizePolicy.Policy, QSizePolicy.Policy)
- setStatusTip(...)
- QWidget.setStatusTip(str)
- setStyle(...)
- QWidget.setStyle(QStyle)
- setStyleSheet(...)
- QWidget.setStyleSheet(str)
- setTabOrder(...)
- QWidget.setTabOrder(QWidget, QWidget)
- setToolTip(...)
- QWidget.setToolTip(str)
- setToolTipDuration(...)
- QWidget.setToolTipDuration(int)
- setUpdatesEnabled(...)
- QWidget.setUpdatesEnabled(bool)
- setVisible(...)
- QWidget.setVisible(bool)
- setWhatsThis(...)
- QWidget.setWhatsThis(str)
- setWindowFilePath(...)
- QWidget.setWindowFilePath(str)
- setWindowFlags(...)
- QWidget.setWindowFlags(Qt.WindowFlags)
- setWindowIcon(...)
- QWidget.setWindowIcon(QIcon)
- setWindowIconText(...)
- QWidget.setWindowIconText(str)
- setWindowModality(...)
- QWidget.setWindowModality(Qt.WindowModality)
- setWindowModified(...)
- QWidget.setWindowModified(bool)
- setWindowOpacity(...)
- QWidget.setWindowOpacity(float)
- setWindowRole(...)
- QWidget.setWindowRole(str)
- setWindowState(...)
- QWidget.setWindowState(Qt.WindowStates)
- setWindowTitle(...)
- QWidget.setWindowTitle(str)
- sharedPainter(...)
- QWidget.sharedPainter() -> QPainter
- show(...)
- QWidget.show()
- showEvent(...)
- QWidget.showEvent(QShowEvent)
- showFullScreen(...)
- QWidget.showFullScreen()
- showMaximized(...)
- QWidget.showMaximized()
- showMinimized(...)
- QWidget.showMinimized()
- showNormal(...)
- QWidget.showNormal()
- size(...)
- QWidget.size() -> QSize
- sizeIncrement(...)
- QWidget.sizeIncrement() -> QSize
- sizePolicy(...)
- QWidget.sizePolicy() -> QSizePolicy
- stackUnder(...)
- QWidget.stackUnder(QWidget)
- statusTip(...)
- QWidget.statusTip() -> str
- style(...)
- QWidget.style() -> QStyle
- styleSheet(...)
- QWidget.styleSheet() -> str
- tabletEvent(...)
- QWidget.tabletEvent(QTabletEvent)
- testAttribute(...)
- QWidget.testAttribute(Qt.WidgetAttribute) -> bool
- toolTip(...)
- QWidget.toolTip() -> str
- toolTipDuration(...)
- QWidget.toolTipDuration() -> int
- underMouse(...)
- QWidget.underMouse() -> bool
- ungrabGesture(...)
- QWidget.ungrabGesture(Qt.GestureType)
- unsetCursor(...)
- QWidget.unsetCursor()
- unsetLayoutDirection(...)
- QWidget.unsetLayoutDirection()
- unsetLocale(...)
- QWidget.unsetLocale()
- update(...)
- QWidget.update()
QWidget.update(QRect)
QWidget.update(QRegion)
QWidget.update(int, int, int, int)
- updateGeometry(...)
- QWidget.updateGeometry()
- updateMicroFocus(...)
- QWidget.updateMicroFocus()
- updatesEnabled(...)
- QWidget.updatesEnabled() -> bool
- visibleRegion(...)
- QWidget.visibleRegion() -> QRegion
- whatsThis(...)
- QWidget.whatsThis() -> str
- wheelEvent(...)
- QWidget.wheelEvent(QWheelEvent)
- width(...)
- QWidget.width() -> int
- winId(...)
- QWidget.winId() -> sip.voidptr
- window(...)
- QWidget.window() -> QWidget
- windowFilePath(...)
- QWidget.windowFilePath() -> str
- windowFlags(...)
- QWidget.windowFlags() -> Qt.WindowFlags
- windowHandle(...)
- QWidget.windowHandle() -> QWindow
- windowIcon(...)
- QWidget.windowIcon() -> QIcon
windowIconChanged = <unbound signal windowIconChanged>
- windowIconText(...)
- QWidget.windowIconText() -> str
windowIconTextChanged = <unbound signal windowIconTextChanged>
- windowModality(...)
- QWidget.windowModality() -> Qt.WindowModality
- windowOpacity(...)
- QWidget.windowOpacity() -> float
- windowRole(...)
- QWidget.windowRole() -> str
- windowState(...)
- QWidget.windowState() -> Qt.WindowStates
- windowTitle(...)
- QWidget.windowTitle() -> str
windowTitleChanged = <unbound signal windowTitleChanged>
- windowType(...)
- QWidget.windowType() -> Qt.WindowType
- x(...)
- QWidget.x() -> int
- y(...)
- QWidget.y() -> int
Data and other attributes inherited from PyQt5.QtWidgets.QWidget:
- DrawChildren = 2
- DrawWindowBackground = 1
- IgnoreMask = 4
- RenderFlag = <class 'PyQt5.QtWidgets.QWidget.RenderFlag'>
- RenderFlags = <class 'PyQt5.QtWidgets.RenderFlags'>
- QWidget.RenderFlags(QWidget.RenderFlags)
QWidget.RenderFlags(int)
QWidget.RenderFlags()
Methods inherited from PyQt5.QtCore.QObject:
- __getattr__(...)
- QObject.__getattr__(str) -> object
- blockSignals(...)
- QObject.blockSignals(bool) -> bool
- childEvent(...)
- QObject.childEvent(QChildEvent)
- children(...)
- QObject.children() -> list-of-QObject
- connectNotify(...)
- QObject.connectNotify(QMetaMethod)
- customEvent(...)
- QObject.customEvent(QEvent)
- deleteLater(...)
- QObject.deleteLater()
destroyed = <unbound signal destroyed>
- disconnect(...)
- QObject.disconnect()
- disconnectNotify(...)
- QObject.disconnectNotify(QMetaMethod)
- dumpObjectInfo(...)
- QObject.dumpObjectInfo()
- dumpObjectTree(...)
- QObject.dumpObjectTree()
- dynamicPropertyNames(...)
- QObject.dynamicPropertyNames() -> list-of-QByteArray
- eventFilter(...)
- QObject.eventFilter(QObject, QEvent) -> bool
- findChild(...)
- QObject.findChild(type, str name='', Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> QObject
QObject.findChild(tuple, str name='', Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> QObject
- findChildren(...)
- QObject.findChildren(type, str name='', Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> list-of-QObject
QObject.findChildren(tuple, str name='', Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> list-of-QObject
QObject.findChildren(type, QRegExp, Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> list-of-QObject
QObject.findChildren(tuple, QRegExp, Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> list-of-QObject
QObject.findChildren(type, QRegularExpression, Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> list-of-QObject
QObject.findChildren(tuple, QRegularExpression, Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> list-of-QObject
- inherits(...)
- QObject.inherits(str) -> bool
- installEventFilter(...)
- QObject.installEventFilter(QObject)
- isSignalConnected(...)
- QObject.isSignalConnected(QMetaMethod) -> bool
- isWidgetType(...)
- QObject.isWidgetType() -> bool
- isWindowType(...)
- QObject.isWindowType() -> bool
- killTimer(...)
- QObject.killTimer(int)
- metaObject(...)
- QObject.metaObject() -> QMetaObject
- moveToThread(...)
- QObject.moveToThread(QThread)
- objectName(...)
- QObject.objectName() -> str
objectNameChanged = <unbound signal objectNameChanged>
- property(...)
- QObject.property(str) -> QVariant
- pyqtConfigure(...)
- QObject.pyqtConfigure(...)
Each keyword argument is either the name of a Qt property or a Qt signal.
For properties the property is set to the given value which should be of an
appropriate type.
For signals the signal is connected to the given value which should be a
callable.
- receivers(...)
- QObject.receivers(signal) -> int
- removeEventFilter(...)
- QObject.removeEventFilter(QObject)
- sender(...)
- QObject.sender() -> QObject
- senderSignalIndex(...)
- QObject.senderSignalIndex() -> int
- setObjectName(...)
- QObject.setObjectName(str)
- setProperty(...)
- QObject.setProperty(str, QVariant) -> bool
- signalsBlocked(...)
- QObject.signalsBlocked() -> bool
- startTimer(...)
- QObject.startTimer(int, Qt.TimerType timerType=Qt.CoarseTimer) -> int
- thread(...)
- QObject.thread() -> QThread
- timerEvent(...)
- QObject.timerEvent(QTimerEvent)
- tr(...)
- QObject.tr(str, str disambiguation=None, int n=-1) -> str
Data descriptors inherited from PyQt5.QtCore.QObject:
- __weakref__
- list of weak references to the object (if defined)
Data and other attributes inherited from PyQt5.QtCore.QObject:
- staticMetaObject = <PyQt5.QtCore.QMetaObject object>
Methods inherited from PyQt5.QtGui.QPaintDevice:
- colorCount(...)
- QPaintDevice.colorCount() -> int
- depth(...)
- QPaintDevice.depth() -> int
- devicePixelRatio(...)
- QPaintDevice.devicePixelRatio() -> int
- heightMM(...)
- QPaintDevice.heightMM() -> int
- logicalDpiX(...)
- QPaintDevice.logicalDpiX() -> int
- logicalDpiY(...)
- QPaintDevice.logicalDpiY() -> int
- paintingActive(...)
- QPaintDevice.paintingActive() -> bool
- physicalDpiX(...)
- QPaintDevice.physicalDpiX() -> int
- physicalDpiY(...)
- QPaintDevice.physicalDpiY() -> int
- widthMM(...)
- QPaintDevice.widthMM() -> int
Data and other attributes inherited from PyQt5.QtGui.QPaintDevice:
- PaintDeviceMetric = <class 'PyQt5.QtGui.QPaintDevice.PaintDeviceMetric'>
- PdmDepth = 6
- PdmDevicePixelRatio = 11
- PdmDpiX = 7
- PdmDpiY = 8
- PdmHeight = 2
- PdmHeightMM = 4
- PdmNumColors = 5
- PdmPhysicalDpiX = 9
- PdmPhysicalDpiY = 10
- PdmWidth = 1
- PdmWidthMM = 3
Methods inherited from sip.simplewrapper:
- __new__(*args, **kwargs) from sip.wrappertype
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from sip.simplewrapper:
- __dict__
|