nukescripts.ScriptInputArea

class nukescripts.ScriptInputArea(self, parent: PySide6.QtWidgets.QWidget | None = None)[source]
class nukescripts.ScriptInputArea(self, text: str, parent: PySide6.QtWidgets.QWidget | None = None)

Bases: QPlainTextEdit, QObject

Initialize self. See help(type(self)) for accurate signature.

Methods

ExtendSelectionToCompleteLines

acceptDrops

acceptDrops(self) -> bool

accessibleDescription

accessibleDescription(self) -> str

accessibleName

accessibleName(self) -> str

actionEvent

actionEvent(self, event: PySide6.QtGui.QActionEvent) -> None

actions

actions(self) -> List[PySide6.QtGui.QAction]

activateWindow

activateWindow(self) -> None

addAction

addAction(self, action: PySide6.QtGui.QAction) -> None addAction(self, icon: Union[PySide6.QtGui.QIcon, PySide6.QtGui.QPixmap], text: str) -> PySide6.QtGui.QAction addAction(self, icon: Union[PySide6.QtGui.QIcon, PySide6.QtGui.QPixmap], text: str, callable: object) -> PySide6.QtGui.QAction addAction(self, icon: Union[PySide6.QtGui.QIcon, PySide6.QtGui.QPixmap], text: str, receiver: PySide6.QtCore.QObject, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtGui.QAction addAction(self, icon: Union[PySide6.QtGui.QIcon, PySide6.QtGui.QPixmap], text: str, shortcut: Union[PySide6.QtGui.QKeySequence, PySide6.QtCore.QKeyCombination, PySide6.QtGui.QKeySequence.StandardKey, str, int]) -> PySide6.QtGui.QAction addAction(self, icon: Union[PySide6.QtGui.QIcon, PySide6.QtGui.QPixmap], text: str, shortcut: Union[PySide6.QtGui.QKeySequence, PySide6.QtCore.QKeyCombination, PySide6.QtGui.QKeySequence.StandardKey, str, int], callable: object) -> PySide6.QtGui.QAction addAction(self, icon: Union[PySide6.QtGui.QIcon, PySide6.QtGui.QPixmap], text: str, shortcut: Union[PySide6.QtGui.QKeySequence, PySide6.QtCore.QKeyCombination, PySide6.QtGui.QKeySequence.StandardKey, str, int], receiver: PySide6.QtCore.QObject, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtGui.QAction addAction(self, text: str) -> PySide6.QtGui.QAction addAction(self, text: str, callable: object) -> PySide6.QtGui.QAction addAction(self, text: str, receiver: PySide6.QtCore.QObject, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtGui.QAction addAction(self, text: str, shortcut: Union[PySide6.QtGui.QKeySequence, PySide6.QtCore.QKeyCombination, PySide6.QtGui.QKeySequence.StandardKey, str, int]) -> PySide6.QtGui.QAction addAction(self, text: str, shortcut: Union[PySide6.QtGui.QKeySequence, PySide6.QtCore.QKeyCombination, PySide6.QtGui.QKeySequence.StandardKey, str, int], callable: object) -> PySide6.QtGui.QAction addAction(self, text: str, shortcut: Union[PySide6.QtGui.QKeySequence, PySide6.QtCore.QKeyCombination, PySide6.QtGui.QKeySequence.StandardKey, str, int], receiver: PySide6.QtCore.QObject, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtGui.QAction

addActions

addActions(self, actions: Sequence[PySide6.QtGui.QAction]) -> None

addScrollBarWidget

addScrollBarWidget(self, widget: PySide6.QtWidgets.QWidget, alignment: PySide6.QtCore.Qt.AlignmentFlag) -> None

adjustSize

adjustSize(self) -> None

anchorAt

anchorAt(self, pos: PySide6.QtCore.QPoint) -> str

appendHtml

appendHtml(self, html: str) -> None

appendPlainText

appendPlainText(self, text: str) -> None

autoFillBackground

autoFillBackground(self) -> bool

backgroundRole

backgroundRole(self) -> PySide6.QtGui.QPalette.ColorRole

backgroundVisible

backgroundVisible(self) -> bool

backingStore

backingStore(self) -> PySide6.QtGui.QBackingStore

baseSize

baseSize(self) -> PySide6.QtCore.QSize

blockBoundingGeometry

blockBoundingGeometry(self, block: PySide6.QtGui.QTextBlock) -> PySide6.QtCore.QRectF

blockBoundingRect

blockBoundingRect(self, block: PySide6.QtGui.QTextBlock) -> PySide6.QtCore.QRectF

blockCount

blockCount(self) -> int

blockSignals

blockSignals(self, b: bool) -> bool

canInsertFromMimeData

canInsertFromMimeData(self, source: PySide6.QtCore.QMimeData) -> bool

canPaste

canPaste(self) -> bool

centerCursor

centerCursor(self) -> None

centerOnScroll

centerOnScroll(self) -> bool

changeEvent

changeEvent(self, e: PySide6.QtCore.QEvent) -> None

childAt

childAt(self, p: PySide6.QtCore.QPoint) -> PySide6.QtWidgets.QWidget childAt(self, x: int, y: int) -> PySide6.QtWidgets.QWidget

childEvent

childEvent(self, event: PySide6.QtCore.QChildEvent) -> None

children

children(self) -> List[PySide6.QtCore.QObject]

childrenRect

childrenRect(self) -> PySide6.QtCore.QRect

childrenRegion

childrenRegion(self) -> PySide6.QtGui.QRegion

clear

clear(self) -> None

clearFocus

clearFocus(self) -> None

clearMask

clearMask(self) -> None

close

close(self) -> bool

closeEvent

closeEvent(self, event: PySide6.QtGui.QCloseEvent) -> None

colorCount

colorCount(self) -> int

commentSelected

completeTokenUnderCursor

completerHighlightChanged

completionsForToken

connect

connect(arg__1: PySide6.QtCore.QObject, arg__2: bytes, arg__3: Callable, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtCore.QMetaObject.Connection connect(self, arg__1: bytes, arg__2: Callable, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtCore.QMetaObject.Connection connect(self, arg__1: bytes, arg__2: PySide6.QtCore.QObject, arg__3: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtCore.QMetaObject.Connection connect(self, sender: PySide6.QtCore.QObject, signal: bytes, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtCore.QMetaObject.Connection connect(sender: PySide6.QtCore.QObject, signal: PySide6.QtCore.QMetaMethod, receiver: PySide6.QtCore.QObject, method: PySide6.QtCore.QMetaMethod, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtCore.QMetaObject.Connection connect(sender: PySide6.QtCore.QObject, signal: bytes, receiver: PySide6.QtCore.QObject, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtCore.QMetaObject.Connection

connectNotify

connectNotify(self, signal: PySide6.QtCore.QMetaMethod) -> None

contentOffset

contentOffset(self) -> PySide6.QtCore.QPointF

contentsMargins

contentsMargins(self) -> PySide6.QtCore.QMargins

contentsRect

contentsRect(self) -> PySide6.QtCore.QRect

contextMenuEvent

contextMenuEvent(self, e: PySide6.QtGui.QContextMenuEvent) -> None

contextMenuPolicy

contextMenuPolicy(self) -> PySide6.QtCore.Qt.ContextMenuPolicy

copy

copy(self) -> None

cornerWidget

cornerWidget(self) -> PySide6.QtWidgets.QWidget

create

create(self, arg__1: int = 0, initializeWindow: bool = True, destroyOldWindow: bool = True) -> None

createMimeDataFromSelection

createMimeDataFromSelection(self) -> PySide6.QtCore.QMimeData

createStandardContextMenu

createStandardContextMenu(self) -> PySide6.QtWidgets.QMenu createStandardContextMenu(self, position: PySide6.QtCore.QPoint) -> PySide6.QtWidgets.QMenu

createWinId

createWinId(self) -> None

createWindowContainer

createWindowContainer(window: PySide6.QtGui.QWindow, parent: Optional[PySide6.QtWidgets.QWidget] = None, flags: PySide6.QtCore.Qt.WindowType = Default(Qt.WindowFlags)) -> PySide6.QtWidgets.QWidget

currentCharFormat

currentCharFormat(self) -> PySide6.QtGui.QTextCharFormat

cursor

cursor(self) -> PySide6.QtGui.QCursor

cursorForPosition

cursorForPosition(self, pos: PySide6.QtCore.QPoint) -> PySide6.QtGui.QTextCursor

cursorRect

cursorRect(self) -> PySide6.QtCore.QRect cursorRect(self, cursor: PySide6.QtGui.QTextCursor) -> PySide6.QtCore.QRect

cursorWidth

cursorWidth(self) -> int

customEvent

customEvent(self, event: PySide6.QtCore.QEvent) -> None

cut

cut(self) -> None

decreaseIndentationSelected

deleteLater

deleteLater(self) -> None

depth

depth(self) -> int

destroy

destroy(self, destroyWindow: bool = True, destroySubWindows: bool = True) -> None

devType

devType(self) -> int

devicePixelRatio

devicePixelRatio(self) -> float

devicePixelRatioF

devicePixelRatioF(self) -> float

devicePixelRatioFScale

devicePixelRatioFScale() -> float

disconnect

disconnect(arg__1: PySide6.QtCore.QMetaObject.Connection) -> bool disconnect(arg__1: PySide6.QtCore.QObject, arg__2: bytes, arg__3: Callable) -> bool disconnect(self, arg__1: bytes, arg__2: Callable) -> bool disconnect(self, receiver: PySide6.QtCore.QObject, member: Optional[bytes] = None) -> bool disconnect(self, signal: bytes, receiver: PySide6.QtCore.QObject, member: bytes) -> bool disconnect(sender: PySide6.QtCore.QObject, signal: PySide6.QtCore.QMetaMethod, receiver: PySide6.QtCore.QObject, member: PySide6.QtCore.QMetaMethod) -> bool disconnect(sender: PySide6.QtCore.QObject, signal: bytes, receiver: PySide6.QtCore.QObject, member: bytes) -> bool

disconnectNotify

disconnectNotify(self, signal: PySide6.QtCore.QMetaMethod) -> None

doSetTextCursor

doSetTextCursor(self, cursor: PySide6.QtGui.QTextCursor) -> None

document

document(self) -> PySide6.QtGui.QTextDocument

documentTitle

documentTitle(self) -> str

dragEnterEvent

dragEnterEvent(self, e: PySide6.QtGui.QDragEnterEvent) -> None

dragLeaveEvent

dragLeaveEvent(self, e: PySide6.QtGui.QDragLeaveEvent) -> None

dragMoveEvent

dragMoveEvent(self, e: PySide6.QtGui.QDragMoveEvent) -> None

drawFrame

drawFrame(self, arg__1: PySide6.QtGui.QPainter) -> None

dropEvent

dropEvent(self, e: PySide6.QtGui.QDropEvent) -> None

dumpObjectInfo

dumpObjectInfo(self) -> None

dumpObjectTree

dumpObjectTree(self) -> None

dynamicPropertyNames

dynamicPropertyNames(self) -> List[PySide6.QtCore.QByteArray]

effectiveWinId

effectiveWinId(self) -> int

emit

emit(self, arg__1: bytes, *args: None) -> bool

ensureCursorVisible

ensureCursorVisible(self) -> None

ensurePolished

ensurePolished(self) -> None

enterEvent

enterEvent(self, event: PySide6.QtGui.QEnterEvent) -> None

event

event(self, e: PySide6.QtCore.QEvent) -> bool

eventFilter

eventFilter(self, arg__1: PySide6.QtCore.QObject, arg__2: PySide6.QtCore.QEvent) -> bool

extraSelections

extraSelections(self) -> List[PySide6.QtWidgets.QTextEdit.ExtraSelection]

find

find(self, exp: str, options: PySide6.QtGui.QTextDocument.FindFlag = Default(QTextDocument.FindFlags)) -> bool find(self, exp: Union[PySide6.QtCore.QRegularExpression, str], options: PySide6.QtGui.QTextDocument.FindFlag = Default(QTextDocument.FindFlags)) -> bool

findChild

findChild(self, type: type, name: str = {}, options: PySide6.QtCore.Qt.FindChildOption = Instance(Qt.FindChildrenRecursively)) -> object

findChildren

findChildren(self, type: type, name: str = {}, options: PySide6.QtCore.Qt.FindChildOption = Instance(Qt.FindChildrenRecursively)) -> Iterable findChildren(self, type: type, pattern: Union[PySide6.QtCore.QRegularExpression, str], options: PySide6.QtCore.Qt.FindChildOption = Instance(Qt.FindChildrenRecursively)) -> Iterable

firstVisibleBlock

firstVisibleBlock(self) -> PySide6.QtGui.QTextBlock

focusInEvent

focusInEvent(self, e: PySide6.QtGui.QFocusEvent) -> None

focusNextChild

focusNextChild(self) -> bool

focusNextPrevChild

focusNextPrevChild(self, next: bool) -> bool

focusOutEvent

focusOutEvent(self, e: PySide6.QtGui.QFocusEvent) -> None

focusPolicy

focusPolicy(self) -> PySide6.QtCore.Qt.FocusPolicy

focusPreviousChild

focusPreviousChild(self) -> bool

focusProxy

focusProxy(self) -> PySide6.QtWidgets.QWidget

focusWidget

focusWidget(self) -> PySide6.QtWidgets.QWidget

font

font(self) -> PySide6.QtGui.QFont

fontInfo

fontInfo(self) -> PySide6.QtGui.QFontInfo

fontMetrics

fontMetrics(self) -> PySide6.QtGui.QFontMetrics

foregroundRole

foregroundRole(self) -> PySide6.QtGui.QPalette.ColorRole

frameGeometry

frameGeometry(self) -> PySide6.QtCore.QRect

frameRect

frameRect(self) -> PySide6.QtCore.QRect

frameShadow

frameShadow(self) -> PySide6.QtWidgets.QFrame.Shadow

frameShape

frameShape(self) -> PySide6.QtWidgets.QFrame.Shape

frameSize

frameSize(self) -> PySide6.QtCore.QSize

frameStyle

frameStyle(self) -> int

frameWidth

frameWidth(self) -> int

geometry

geometry(self) -> PySide6.QtCore.QRect

getErrorLineFromTraceback

getFontFromHieroPrefs

getFontFromNukePrefs

getPaintContext

getPaintContext(self) -> PySide6.QtGui.QAbstractTextDocumentLayout.PaintContext

grab

grab(self, rectangle: PySide6.QtCore.QRect = PySide6.QtCore.QRect(0, 0, -1, -1)) -> PySide6.QtGui.QPixmap

grabGesture

grabGesture(self, type: PySide6.QtCore.Qt.GestureType, flags: PySide6.QtCore.Qt.GestureFlag = Default(Qt.GestureFlags)) -> None

grabKeyboard

grabKeyboard(self) -> None

grabMouse

grabMouse(self) -> None grabMouse(self, arg__1: Union[PySide6.QtGui.QCursor, PySide6.QtCore.Qt.CursorShape, PySide6.QtGui.QPixmap]) -> None

grabShortcut

grabShortcut(self, key: Union[PySide6.QtGui.QKeySequence, PySide6.QtCore.QKeyCombination, PySide6.QtGui.QKeySequence.StandardKey, str, int], context: PySide6.QtCore.Qt.ShortcutContext = Instance(Qt.WindowShortcut)) -> int

graphicsEffect

graphicsEffect(self) -> PySide6.QtWidgets.QGraphicsEffect

graphicsProxyWidget

graphicsProxyWidget(self) -> PySide6.QtWidgets.QGraphicsProxyWidget

hasFocus

hasFocus(self) -> bool

hasHeightForWidth

hasHeightForWidth(self) -> bool

hasMouseTracking

hasMouseTracking(self) -> bool

hasTabletTracking

hasTabletTracking(self) -> bool

height

height(self) -> int

heightForWidth

heightForWidth(self, arg__1: int) -> int

heightMM

heightMM(self) -> int

hide

hide(self) -> None

hideEvent

hideEvent(self, event: PySide6.QtGui.QHideEvent) -> None

highlightCurrentLine

highlightErrorLine

horizontalScrollBar

horizontalScrollBar(self) -> PySide6.QtWidgets.QScrollBar

horizontalScrollBarPolicy

horizontalScrollBarPolicy(self) -> PySide6.QtCore.Qt.ScrollBarPolicy

increaseIndentationSelected

inherits

inherits(self, classname: bytes) -> bool

initPainter

initPainter(self, painter: PySide6.QtGui.QPainter) -> None

initStyleOption

initStyleOption(self, option: PySide6.QtWidgets.QStyleOptionFrame) -> None

inputMethodEvent

inputMethodEvent(self, arg__1: PySide6.QtGui.QInputMethodEvent) -> None

inputMethodHints

inputMethodHints(self) -> PySide6.QtCore.Qt.InputMethodHint

inputMethodQuery

inputMethodQuery(self, property: PySide6.QtCore.Qt.InputMethodQuery) -> Any inputMethodQuery(self, query: PySide6.QtCore.Qt.InputMethodQuery, argument: Any) -> Any

insertAction

insertAction(self, before: PySide6.QtGui.QAction, action: PySide6.QtGui.QAction) -> None

insertActions

insertActions(self, before: PySide6.QtGui.QAction, actions: Sequence[PySide6.QtGui.QAction]) -> None

insertCompletion

insertFromMimeData

insertFromMimeData(self, source: PySide6.QtCore.QMimeData) -> None

insertIndent

insertPlainText

insertPlainText(self, text: str) -> None

installEventFilter

installEventFilter(self, filterObj: PySide6.QtCore.QObject) -> None

internalWinId

internalWinId(self) -> int

isActiveWindow

isActiveWindow(self) -> bool

isAncestorOf

isAncestorOf(self, child: PySide6.QtWidgets.QWidget) -> bool

isEnabled

isEnabled(self) -> bool

isEnabledTo

isEnabledTo(self, arg__1: PySide6.QtWidgets.QWidget) -> bool

isFullScreen

isFullScreen(self) -> bool

isHidden

isHidden(self) -> bool

isLeftToRight

isLeftToRight(self) -> bool

isMaximized

isMaximized(self) -> bool

isMinimized

isMinimized(self) -> bool

isModal

isModal(self) -> bool

isQuickItemType

isQuickItemType(self) -> bool

isReadOnly

isReadOnly(self) -> bool

isRightToLeft

isRightToLeft(self) -> bool

isSignalConnected

isSignalConnected(self, signal: PySide6.QtCore.QMetaMethod) -> bool

isTopLevel

isTopLevel(self) -> bool

isUndoRedoEnabled

isUndoRedoEnabled(self) -> bool

isVisible

isVisible(self) -> bool

isVisibleTo

isVisibleTo(self, arg__1: PySide6.QtWidgets.QWidget) -> bool

isWidgetType

isWidgetType(self) -> bool

isWindow

isWindow(self) -> bool

isWindowModified

isWindowModified(self) -> bool

isWindowType

isWindowType(self) -> bool

keyPressEvent

keyPressEvent(self, e: PySide6.QtGui.QKeyEvent) -> None

keyReleaseEvent

keyReleaseEvent(self, e: PySide6.QtGui.QKeyEvent) -> None

keyboardGrabber

keyboardGrabber() -> PySide6.QtWidgets.QWidget

killTimer

killTimer(self, id: int) -> None

layout

layout(self) -> PySide6.QtWidgets.QLayout

layoutDirection

layoutDirection(self) -> PySide6.QtCore.Qt.LayoutDirection

leaveEvent

leaveEvent(self, event: PySide6.QtCore.QEvent) -> None

lineNumberAreaPaintEvent

lineNumberAreaWidth

lineWidth

lineWidth(self) -> int

lineWrapMode

lineWrapMode(self) -> PySide6.QtWidgets.QPlainTextEdit.LineWrapMode

loadResource

loadResource(self, type: int, name: Union[PySide6.QtCore.QUrl, str]) -> Any

locale

locale(self) -> PySide6.QtCore.QLocale

logicalDpiX

logicalDpiX(self) -> int

logicalDpiY

logicalDpiY(self) -> int

lower

lower(self) -> None

mapFrom

mapFrom(self, arg__1: PySide6.QtWidgets.QWidget, arg__2: PySide6.QtCore.QPoint) -> PySide6.QtCore.QPoint mapFrom(self, arg__1: PySide6.QtWidgets.QWidget, arg__2: Union[PySide6.QtCore.QPointF, PySide6.QtCore.QPoint, PySide6.QtGui.QPainterPath.Element]) -> PySide6.QtCore.QPointF

mapFromGlobal

mapFromGlobal(self, arg__1: PySide6.QtCore.QPoint) -> PySide6.QtCore.QPoint mapFromGlobal(self, arg__1: Union[PySide6.QtCore.QPointF, PySide6.QtCore.QPoint, PySide6.QtGui.QPainterPath.Element]) -> PySide6.QtCore.QPointF

mapFromParent

mapFromParent(self, arg__1: PySide6.QtCore.QPoint) -> PySide6.QtCore.QPoint mapFromParent(self, arg__1: Union[PySide6.QtCore.QPointF, PySide6.QtCore.QPoint, PySide6.QtGui.QPainterPath.Element]) -> PySide6.QtCore.QPointF

mapTo

mapTo(self, arg__1: PySide6.QtWidgets.QWidget, arg__2: PySide6.QtCore.QPoint) -> PySide6.QtCore.QPoint mapTo(self, arg__1: PySide6.QtWidgets.QWidget, arg__2: Union[PySide6.QtCore.QPointF, PySide6.QtCore.QPoint, PySide6.QtGui.QPainterPath.Element]) -> PySide6.QtCore.QPointF

mapToGlobal

mapToGlobal(self, arg__1: PySide6.QtCore.QPoint) -> PySide6.QtCore.QPoint mapToGlobal(self, arg__1: Union[PySide6.QtCore.QPointF, PySide6.QtCore.QPoint, PySide6.QtGui.QPainterPath.Element]) -> PySide6.QtCore.QPointF

mapToParent

mapToParent(self, arg__1: PySide6.QtCore.QPoint) -> PySide6.QtCore.QPoint mapToParent(self, arg__1: Union[PySide6.QtCore.QPointF, PySide6.QtCore.QPoint, PySide6.QtGui.QPainterPath.Element]) -> PySide6.QtCore.QPointF

mask

mask(self) -> PySide6.QtGui.QRegion

maximumBlockCount

maximumBlockCount(self) -> int

maximumHeight

maximumHeight(self) -> int

maximumSize

maximumSize(self) -> PySide6.QtCore.QSize

maximumViewportSize

maximumViewportSize(self) -> PySide6.QtCore.QSize

maximumWidth

maximumWidth(self) -> int

mergeCurrentCharFormat

mergeCurrentCharFormat(self, modifier: PySide6.QtGui.QTextCharFormat) -> None

metaObject

metaObject(self) -> PySide6.QtCore.QMetaObject

metric

metric(self, arg__1: PySide6.QtGui.QPaintDevice.PaintDeviceMetric) -> int

midLineWidth

midLineWidth(self) -> int

minimumHeight

minimumHeight(self) -> int

minimumSize

minimumSize(self) -> PySide6.QtCore.QSize

minimumSizeHint

minimumSizeHint(self) -> PySide6.QtCore.QSize

minimumWidth

minimumWidth(self) -> int

mouseDoubleClickEvent

mouseDoubleClickEvent(self, e: PySide6.QtGui.QMouseEvent) -> None

mouseGrabber

mouseGrabber() -> PySide6.QtWidgets.QWidget

mouseMoveEvent

mouseMoveEvent(self, e: PySide6.QtGui.QMouseEvent) -> None

mousePressEvent

mousePressEvent(self, e: PySide6.QtGui.QMouseEvent) -> None

mouseReleaseEvent

mouseReleaseEvent(self, e: PySide6.QtGui.QMouseEvent) -> None

move

move(self, arg__1: PySide6.QtCore.QPoint) -> None move(self, x: int, y: int) -> None

moveCursor

moveCursor(self, operation: PySide6.QtGui.QTextCursor.MoveOperation, mode: PySide6.QtGui.QTextCursor.MoveMode = Instance(PySide6.QtGui.QTextCursor.MoveAnchor)) -> None

moveEvent

moveEvent(self, event: PySide6.QtGui.QMoveEvent) -> None

moveToThread

moveToThread(self, thread: PySide6.QtCore.QThread) -> None

nativeEvent

nativeEvent(self, eventType: Union[PySide6.QtCore.QByteArray, bytes], message: int) -> object

nativeParentWidget

nativeParentWidget(self) -> PySide6.QtWidgets.QWidget

nextInFocusChain

nextInFocusChain(self) -> PySide6.QtWidgets.QWidget

normalGeometry

normalGeometry(self) -> PySide6.QtCore.QRect

objectName

objectName(self) -> str

overrideWindowFlags

overrideWindowFlags(self, type: PySide6.QtCore.Qt.WindowType) -> None

overrideWindowState

overrideWindowState(self, state: PySide6.QtCore.Qt.WindowState) -> None

overwriteMode

overwriteMode(self) -> bool

paintEngine

paintEngine(self) -> PySide6.QtGui.QPaintEngine

paintEvent

paintEvent(self, e: PySide6.QtGui.QPaintEvent) -> None

paintingActive

paintingActive(self) -> bool

palette

palette(self) -> PySide6.QtGui.QPalette

parent

parent(self) -> PySide6.QtCore.QObject

parentWidget

parentWidget(self) -> PySide6.QtWidgets.QWidget

paste

paste(self) -> None

physicalDpiX

physicalDpiX(self) -> int

physicalDpiY

physicalDpiY(self) -> int

placeholderText

placeholderText(self) -> str

pos

pos(self) -> PySide6.QtCore.QPoint

previousInFocusChain

previousInFocusChain(self) -> PySide6.QtWidgets.QWidget

print_

print_(self, printer: PySide6.QtGui.QPagedPaintDevice) -> None

property

property(self, name: str) -> Any

raise_

raise_(self) -> None

receivers

receivers(self, signal: bytes) -> int

rect

rect(self) -> PySide6.QtCore.QRect

redirected

redirected(self, offset: PySide6.QtCore.QPoint) -> PySide6.QtGui.QPaintDevice

redo

redo(self) -> None

releaseKeyboard

releaseKeyboard(self) -> None

releaseMouse

releaseMouse(self) -> None

releaseShortcut

releaseShortcut(self, id: int) -> None

removeAction

removeAction(self, action: PySide6.QtGui.QAction) -> None

removeEventFilter

removeEventFilter(self, obj: PySide6.QtCore.QObject) -> None

render

render(self, painter: PySide6.QtGui.QPainter, targetOffset: PySide6.QtCore.QPoint, sourceRegion: Union[PySide6.QtGui.QRegion, PySide6.QtGui.QBitmap, PySide6.QtGui.QPolygon, PySide6.QtCore.QRect] = Default(QRegion), renderFlags: PySide6.QtWidgets.QWidget.RenderFlag = Instance(QWidget.RenderFlags(QWidget.RenderFlag.DrawWindowBackground | QWidget.RenderFlag.DrawChildren))) -> None render(self, target: PySide6.QtGui.QPaintDevice, targetOffset: PySide6.QtCore.QPoint = Default(QPoint), sourceRegion: Union[PySide6.QtGui.QRegion, PySide6.QtGui.QBitmap, PySide6.QtGui.QPolygon, PySide6.QtCore.QRect] = Default(QRegion), renderFlags: PySide6.QtWidgets.QWidget.RenderFlag = Instance(QWidget.RenderFlags(QWidget.RenderFlag.DrawWindowBackground | QWidget.RenderFlag.DrawChildren))) -> None

repaint

repaint(self) -> None repaint(self, arg__1: PySide6.QtCore.QRect) -> None repaint(self, arg__1: Union[PySide6.QtGui.QRegion, PySide6.QtGui.QBitmap, PySide6.QtGui.QPolygon, PySide6.QtCore.QRect]) -> None repaint(self, x: int, y: int, w: int, h: int) -> None

resize

resize(self, arg__1: PySide6.QtCore.QSize) -> None resize(self, w: int, h: int) -> None

resizeEvent

resizeEvent(self, e: PySide6.QtGui.QResizeEvent) -> None

restoreGeometry

restoreGeometry(self, geometry: Union[PySide6.QtCore.QByteArray, bytes]) -> bool

runScript

saveGeometry

saveGeometry(self) -> PySide6.QtCore.QByteArray

screen

screen(self) -> PySide6.QtGui.QScreen

scroll

scroll(self, dx: int, dy: int) -> None scroll(self, dx: int, dy: int, arg__3: PySide6.QtCore.QRect) -> None

scrollBarWidgets

scrollBarWidgets(self, alignment: PySide6.QtCore.Qt.AlignmentFlag) -> List[PySide6.QtWidgets.QWidget]

scrollContentsBy

scrollContentsBy(self, dx: int, dy: int) -> None

selectAll

selectAll(self) -> None

sender

sender(self) -> PySide6.QtCore.QObject

senderSignalIndex

senderSignalIndex(self) -> int

setAcceptDrops

setAcceptDrops(self, on: bool) -> None

setAccessibleDescription

setAccessibleDescription(self, description: str) -> None

setAccessibleName

setAccessibleName(self, name: str) -> None

setAttribute

setAttribute(self, arg__1: PySide6.QtCore.Qt.WidgetAttribute, on: bool = True) -> None

setAutoFillBackground

setAutoFillBackground(self, enabled: bool) -> None

setBackgroundRole

setBackgroundRole(self, arg__1: PySide6.QtGui.QPalette.ColorRole) -> None

setBackgroundVisible

setBackgroundVisible(self, visible: bool) -> None

setBaseSize

setBaseSize(self, arg__1: PySide6.QtCore.QSize) -> None setBaseSize(self, basew: int, baseh: int) -> None

setCenterOnScroll

setCenterOnScroll(self, enabled: bool) -> None

setContentsMargins

setContentsMargins(self, left: int, top: int, right: int, bottom: int) -> None setContentsMargins(self, margins: PySide6.QtCore.QMargins) -> None

setContextMenuPolicy

setContextMenuPolicy(self, policy: PySide6.QtCore.Qt.ContextMenuPolicy) -> None

setCornerWidget

setCornerWidget(self, widget: PySide6.QtWidgets.QWidget) -> None

setCurrentCharFormat

setCurrentCharFormat(self, format: PySide6.QtGui.QTextCharFormat) -> None

setCursor

setCursor(self, arg__1: Union[PySide6.QtGui.QCursor, PySide6.QtCore.Qt.CursorShape, PySide6.QtGui.QPixmap]) -> None

setCursorWidth

setCursorWidth(self, width: int) -> None

setDisabled

setDisabled(self, arg__1: bool) -> None

setDocument

setDocument(self, document: PySide6.QtGui.QTextDocument) -> None

setDocumentTitle

setDocumentTitle(self, title: str) -> None

setEnabled

setEnabled(self, arg__1: bool) -> None

setExtraSelections

setExtraSelections(self, selections: Sequence[PySide6.QtWidgets.QTextEdit.ExtraSelection]) -> None

setFixedHeight

setFixedHeight(self, h: int) -> None

setFixedSize

setFixedSize(self, arg__1: PySide6.QtCore.QSize) -> None setFixedSize(self, w: int, h: int) -> None

setFixedWidth

setFixedWidth(self, w: int) -> None

setFocus

setFocus(self) -> None setFocus(self, reason: PySide6.QtCore.Qt.FocusReason) -> None

setFocusPolicy

setFocusPolicy(self, policy: PySide6.QtCore.Qt.FocusPolicy) -> None

setFocusProxy

setFocusProxy(self, arg__1: PySide6.QtWidgets.QWidget) -> None

setFont

setFont(self, arg__1: Union[PySide6.QtGui.QFont, str, Sequence[str]]) -> None

setFontFromPrefs

setForegroundRole

setForegroundRole(self, arg__1: PySide6.QtGui.QPalette.ColorRole) -> None

setFrameRect

setFrameRect(self, arg__1: PySide6.QtCore.QRect) -> None

setFrameShadow

setFrameShadow(self, arg__1: PySide6.QtWidgets.QFrame.Shadow) -> None

setFrameShape

setFrameShape(self, arg__1: PySide6.QtWidgets.QFrame.Shape) -> None

setFrameStyle

setFrameStyle(self, arg__1: int) -> None

setGeometry

setGeometry(self, arg__1: PySide6.QtCore.QRect) -> None setGeometry(self, x: int, y: int, w: int, h: int) -> None

setGraphicsEffect

setGraphicsEffect(self, effect: PySide6.QtWidgets.QGraphicsEffect) -> None

setHidden

setHidden(self, hidden: bool) -> None

setHorizontalScrollBar

setHorizontalScrollBar(self, scrollbar: PySide6.QtWidgets.QScrollBar) -> None

setHorizontalScrollBarPolicy

setHorizontalScrollBarPolicy(self, arg__1: PySide6.QtCore.Qt.ScrollBarPolicy) -> None

setInputMethodHints

setInputMethodHints(self, hints: PySide6.QtCore.Qt.InputMethodHint) -> None

setLayout

setLayout(self, arg__1: PySide6.QtWidgets.QLayout) -> None

setLayoutDirection

setLayoutDirection(self, direction: PySide6.QtCore.Qt.LayoutDirection) -> None

setLineWidth

setLineWidth(self, arg__1: int) -> None

setLineWrapMode

setLineWrapMode(self, mode: PySide6.QtWidgets.QPlainTextEdit.LineWrapMode) -> None

setLocale

setLocale(self, locale: Union[PySide6.QtCore.QLocale, PySide6.QtCore.QLocale.Language]) -> None

setMask

setMask(self, arg__1: Union[PySide6.QtGui.QBitmap, str]) -> None setMask(self, arg__1: Union[PySide6.QtGui.QRegion, PySide6.QtGui.QBitmap, PySide6.QtGui.QPolygon, PySide6.QtCore.QRect]) -> None

setMaximumBlockCount

setMaximumBlockCount(self, maximum: int) -> None

setMaximumHeight

setMaximumHeight(self, maxh: int) -> None

setMaximumSize

setMaximumSize(self, arg__1: PySide6.QtCore.QSize) -> None setMaximumSize(self, maxw: int, maxh: int) -> None

setMaximumWidth

setMaximumWidth(self, maxw: int) -> None

setMidLineWidth

setMidLineWidth(self, arg__1: int) -> None

setMinimumHeight

setMinimumHeight(self, minh: int) -> None

setMinimumSize

setMinimumSize(self, arg__1: PySide6.QtCore.QSize) -> None setMinimumSize(self, minw: int, minh: int) -> None

setMinimumWidth

setMinimumWidth(self, minw: int) -> None

setMouseTracking

setMouseTracking(self, enable: bool) -> None

setObjectName

setObjectName(self, name: str) -> None

setOverwriteMode

setOverwriteMode(self, overwrite: bool) -> None

setPalette

setPalette(self, arg__1: Union[PySide6.QtGui.QPalette, PySide6.QtCore.Qt.GlobalColor, PySide6.QtGui.QColor]) -> None

setParent

setParent(self, parent: Optional[PySide6.QtWidgets.QWidget]) -> None setParent(self, parent: Optional[PySide6.QtWidgets.QWidget], f: PySide6.QtCore.Qt.WindowType) -> None

setPlaceholderText

setPlaceholderText(self, placeholderText: str) -> None

setPlainText

setPlainText(self, text: str) -> None

setProperty

setProperty(self, name: str, value: Any) -> bool

setReadOnly

setReadOnly(self, ro: bool) -> None

setScreen

setScreen(self, arg__1: PySide6.QtGui.QScreen) -> None

setShortcutAutoRepeat

setShortcutAutoRepeat(self, id: int, enable: bool = True) -> None

setShortcutEnabled

setShortcutEnabled(self, id: int, enable: bool = True) -> None

setSizeAdjustPolicy

setSizeAdjustPolicy(self, policy: PySide6.QtWidgets.QAbstractScrollArea.SizeAdjustPolicy) -> None

setSizeIncrement

setSizeIncrement(self, arg__1: PySide6.QtCore.QSize) -> None setSizeIncrement(self, w: int, h: int) -> None

setSizePolicy

setSizePolicy(self, arg__1: PySide6.QtWidgets.QSizePolicy) -> None setSizePolicy(self, horizontal: PySide6.QtWidgets.QSizePolicy.Policy, vertical: PySide6.QtWidgets.QSizePolicy.Policy) -> None

setStatusTip

setStatusTip(self, arg__1: str) -> None

setStyle

setStyle(self, arg__1: PySide6.QtWidgets.QStyle) -> None

setStyleSheet

setStyleSheet(self, styleSheet: str) -> None

setTabChangesFocus

setTabChangesFocus(self, b: bool) -> None

setTabOrder

setTabOrder(arg__1: PySide6.QtWidgets.QWidget, arg__2: PySide6.QtWidgets.QWidget) -> None

setTabStopDistance

setTabStopDistance(self, distance: float) -> None

setTabletTracking

setTabletTracking(self, enable: bool) -> None

setTextCursor

setTextCursor(self, cursor: PySide6.QtGui.QTextCursor) -> None

setTextInteractionFlags

setTextInteractionFlags(self, flags: PySide6.QtCore.Qt.TextInteractionFlag) -> None

setToolTip

setToolTip(self, arg__1: str) -> None

setToolTipDuration

setToolTipDuration(self, msec: int) -> None

setUndoRedoEnabled

setUndoRedoEnabled(self, enable: bool) -> None

setUpdatesEnabled

setUpdatesEnabled(self, enable: bool) -> None

setVerticalScrollBar

setVerticalScrollBar(self, scrollbar: PySide6.QtWidgets.QScrollBar) -> None

setVerticalScrollBarPolicy

setVerticalScrollBarPolicy(self, arg__1: PySide6.QtCore.Qt.ScrollBarPolicy) -> None

setViewport

setViewport(self, widget: PySide6.QtWidgets.QWidget) -> None

setViewportMargins

setViewportMargins(self, left: int, top: int, right: int, bottom: int) -> None setViewportMargins(self, margins: PySide6.QtCore.QMargins) -> None

setVisible

setVisible(self, visible: bool) -> None

setWhatsThis

setWhatsThis(self, arg__1: str) -> None

setWindowFilePath

setWindowFilePath(self, filePath: str) -> None

setWindowFlag

setWindowFlag(self, arg__1: PySide6.QtCore.Qt.WindowType, on: bool = True) -> None

setWindowFlags

setWindowFlags(self, type: PySide6.QtCore.Qt.WindowType) -> None

setWindowIcon

setWindowIcon(self, icon: Union[PySide6.QtGui.QIcon, PySide6.QtGui.QPixmap]) -> None

setWindowIconText

setWindowIconText(self, arg__1: str) -> None

setWindowModality

setWindowModality(self, windowModality: PySide6.QtCore.Qt.WindowModality) -> None

setWindowModified

setWindowModified(self, arg__1: bool) -> None

setWindowOpacity

setWindowOpacity(self, level: float) -> None

setWindowRole

setWindowRole(self, arg__1: str) -> None

setWindowState

setWindowState(self, state: PySide6.QtCore.Qt.WindowState) -> None

setWindowTitle

setWindowTitle(self, arg__1: str) -> None

setWordWrapMode

setWordWrapMode(self, policy: PySide6.QtGui.QTextOption.WrapMode) -> None

setupViewport

setupViewport(self, viewport: PySide6.QtWidgets.QWidget) -> None

sharedPainter

sharedPainter(self) -> PySide6.QtGui.QPainter

show

show(self) -> None

showEvent

showEvent(self, arg__1: PySide6.QtGui.QShowEvent) -> None

showFullScreen

showFullScreen(self) -> None

showMaximized

showMaximized(self) -> None

showMinimized

showMinimized(self) -> None

showNormal

showNormal(self) -> None

signalsBlocked

signalsBlocked(self) -> bool

size

size(self) -> PySide6.QtCore.QSize

sizeAdjustPolicy

sizeAdjustPolicy(self) -> PySide6.QtWidgets.QAbstractScrollArea.SizeAdjustPolicy

sizeHint

sizeHint(self) -> PySide6.QtCore.QSize

sizeIncrement

sizeIncrement(self) -> PySide6.QtCore.QSize

sizePolicy

sizePolicy(self) -> PySide6.QtWidgets.QSizePolicy

stackUnder

stackUnder(self, arg__1: PySide6.QtWidgets.QWidget) -> None

startTimer

startTimer(self, interval: int, timerType: PySide6.QtCore.Qt.TimerType = Instance(Qt.CoarseTimer)) -> int

statusTip

statusTip(self) -> str

style

style(self) -> PySide6.QtWidgets.QStyle

styleSheet

styleSheet(self) -> str

tabChangesFocus

tabChangesFocus(self) -> bool

tabStopDistance

tabStopDistance(self) -> float

tabletEvent

tabletEvent(self, event: PySide6.QtGui.QTabletEvent) -> None

testAttribute

testAttribute(self, arg__1: PySide6.QtCore.Qt.WidgetAttribute) -> bool

textCursor

textCursor(self) -> PySide6.QtGui.QTextCursor

textInteractionFlags

textInteractionFlags(self) -> PySide6.QtCore.Qt.TextInteractionFlag

thread

thread(self) -> PySide6.QtCore.QThread

timerEvent

timerEvent(self, e: PySide6.QtCore.QTimerEvent) -> None

toPlainText

toPlainText(self) -> str

toolTip

toolTip(self) -> str

toolTipDuration

toolTipDuration(self) -> int

topLevelWidget

topLevelWidget(self) -> PySide6.QtWidgets.QWidget

tr

tr(self, sourceText: str, disambiguation: Optional[str], n: int = -1) -> str

underMouse

underMouse(self) -> bool

undo

undo(self) -> None

ungrabGesture

ungrabGesture(self, type: PySide6.QtCore.Qt.GestureType) -> None

unsetCursor

unsetCursor(self) -> None

unsetLayoutDirection

unsetLayoutDirection(self) -> None

unsetLocale

unsetLocale(self) -> None

update

update(self) -> None update(self, arg__1: PySide6.QtCore.QRect) -> None update(self, arg__1: Union[PySide6.QtGui.QRegion, PySide6.QtGui.QBitmap, PySide6.QtGui.QPolygon, PySide6.QtCore.QRect]) -> None update(self, x: int, y: int, w: int, h: int) -> None

updateGeometry

updateGeometry(self) -> None

updateLineNumberArea

updateLineNumberAreaWidth

updateMicroFocus

updateMicroFocus(self, query: PySide6.QtCore.Qt.InputMethodQuery = Instance(Qt.ImQueryAll)) -> None

updatesEnabled

updatesEnabled(self) -> bool

verticalScrollBar

verticalScrollBar(self) -> PySide6.QtWidgets.QScrollBar

verticalScrollBarPolicy

verticalScrollBarPolicy(self) -> PySide6.QtCore.Qt.ScrollBarPolicy

viewport

viewport(self) -> PySide6.QtWidgets.QWidget

viewportEvent

viewportEvent(self, arg__1: PySide6.QtCore.QEvent) -> bool

viewportMargins

viewportMargins(self) -> PySide6.QtCore.QMargins

viewportSizeHint

viewportSizeHint(self) -> PySide6.QtCore.QSize

visibleRegion

visibleRegion(self) -> PySide6.QtGui.QRegion

whatsThis

whatsThis(self) -> str

wheelEvent

wheelEvent(self, e: PySide6.QtGui.QWheelEvent) -> None

width

width(self) -> int

widthMM

widthMM(self) -> int

winId

winId(self) -> int

window

window(self) -> PySide6.QtWidgets.QWidget

windowFilePath

windowFilePath(self) -> str

windowFlags

windowFlags(self) -> PySide6.QtCore.Qt.WindowType

windowHandle

windowHandle(self) -> PySide6.QtGui.QWindow

windowIcon

windowIcon(self) -> PySide6.QtGui.QIcon

windowIconText

windowIconText(self) -> str

windowModality

windowModality(self) -> PySide6.QtCore.Qt.WindowModality

windowOpacity

windowOpacity(self) -> float

windowRole

windowRole(self) -> str

windowState

windowState(self) -> PySide6.QtCore.Qt.WindowState

windowTitle

windowTitle(self) -> str

windowType

windowType(self) -> PySide6.QtCore.Qt.WindowType

wordWrapMode

wordWrapMode(self) -> PySide6.QtGui.QTextOption.WrapMode

x

x(self) -> int

y

y(self) -> int

zoomIn

zoomIn(self, range: int = 1) -> None

zoomInF

zoomInF(self, range: float) -> None

zoomOut

zoomOut(self, range: int = 1) -> None

Attributes

blockCountChanged

copyAvailable

cursorPositionChanged

customContextMenuRequested

destroyed

modificationChanged

objectNameChanged

painters

redoAvailable

selectionChanged

staticMetaObject

textChanged

undoAvailable

updateRequest

userChangedEvent

windowIconChanged

windowIconTextChanged

windowTitleChanged

class LineWrapMode(value)

Bases: Enum

class PaintDeviceMetric(value)

Bases: Enum

class RenderFlag(value)

Bases: Flag

class Shadow(value)

Bases: IntEnum

__add__(value, /)

Return self+value.

__mul__(value, /)

Return self*value.

as_integer_ratio()

Return integer ratio.

Return a pair of integers, whose ratio is exactly equal to the original int and with a positive denominator.

>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
bit_count()

Number of ones in the binary representation of the absolute value of self.

Also known as the population count.

>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
bit_length()

Number of bits necessary to represent self in binary.

>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
conjugate()

Returns self, the complex conjugate of any int.

denominator

the denominator of a rational number in lowest terms

classmethod from_bytes(bytes, byteorder='big', *, signed=False)

Return the integer represented by the given array of bytes.

bytes

Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.

byteorder

The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use `sys.byteorder’ as the byte order value. Default is to use ‘big’.

signed

Indicates whether two’s complement is used to represent the integer.

imag

the imaginary part of a complex number

numerator

the numerator of a rational number in lowest terms

real

the real part of a complex number

to_bytes(length=1, byteorder='big', *, signed=False)

Return an array of bytes representing an integer.

length

Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.

byteorder

The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use `sys.byteorder’ as the byte order value. Default is to use ‘big’.

signed

Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.

class Shape(value)

Bases: IntEnum

__add__(value, /)

Return self+value.

__mul__(value, /)

Return self*value.

as_integer_ratio()

Return integer ratio.

Return a pair of integers, whose ratio is exactly equal to the original int and with a positive denominator.

>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
bit_count()

Number of ones in the binary representation of the absolute value of self.

Also known as the population count.

>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
bit_length()

Number of bits necessary to represent self in binary.

>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
conjugate()

Returns self, the complex conjugate of any int.

denominator

the denominator of a rational number in lowest terms

classmethod from_bytes(bytes, byteorder='big', *, signed=False)

Return the integer represented by the given array of bytes.

bytes

Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.

byteorder

The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use `sys.byteorder’ as the byte order value. Default is to use ‘big’.

signed

Indicates whether two’s complement is used to represent the integer.

imag

the imaginary part of a complex number

numerator

the numerator of a rational number in lowest terms

real

the real part of a complex number

to_bytes(length=1, byteorder='big', *, signed=False)

Return an array of bytes representing an integer.

length

Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.

byteorder

The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use `sys.byteorder’ as the byte order value. Default is to use ‘big’.

signed

Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.

class SizeAdjustPolicy(value)

Bases: Enum

class StyleMask(value)

Bases: Enum

acceptDrops(self) bool
accessibleDescription(self) str
accessibleName(self) str
actionEvent(self, event: PySide6.QtGui.QActionEvent) None
actions(self) List[PySide6.QtGui.QAction]
activateWindow(self) None
addAction(self, action: PySide6.QtGui.QAction) None
addAction(self, icon: PySide6.QtGui.QIcon | PySide6.QtGui.QPixmap, text: str) PySide6.QtGui.QAction
addAction(self, icon: PySide6.QtGui.QIcon | PySide6.QtGui.QPixmap, text: str, callable: object) PySide6.QtGui.QAction
addAction(self, icon: PySide6.QtGui.QIcon | PySide6.QtGui.QPixmap, text: str, receiver: PySide6.QtCore.QObject, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) PySide6.QtGui.QAction
addAction(self, icon: PySide6.QtGui.QIcon | PySide6.QtGui.QPixmap, text: str, shortcut: PySide6.QtGui.QKeySequence | PySide6.QtCore.QKeyCombination | PySide6.QtGui.QKeySequence.StandardKey | str | int) PySide6.QtGui.QAction
addAction(self, icon: PySide6.QtGui.QIcon | PySide6.QtGui.QPixmap, text: str, shortcut: PySide6.QtGui.QKeySequence | PySide6.QtCore.QKeyCombination | PySide6.QtGui.QKeySequence.StandardKey | str | int, callable: object) PySide6.QtGui.QAction
addAction(self, icon: PySide6.QtGui.QIcon | PySide6.QtGui.QPixmap, text: str, shortcut: PySide6.QtGui.QKeySequence | PySide6.QtCore.QKeyCombination | PySide6.QtGui.QKeySequence.StandardKey | str | int, receiver: PySide6.QtCore.QObject, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) PySide6.QtGui.QAction
addAction(self, text: str) PySide6.QtGui.QAction
addAction(self, text: str, callable: object) PySide6.QtGui.QAction
addAction(self, text: str, receiver: PySide6.QtCore.QObject, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) PySide6.QtGui.QAction
addAction(self, text: str, shortcut: PySide6.QtGui.QKeySequence | PySide6.QtCore.QKeyCombination | PySide6.QtGui.QKeySequence.StandardKey | str | int) PySide6.QtGui.QAction
addAction(self, text: str, shortcut: PySide6.QtGui.QKeySequence | PySide6.QtCore.QKeyCombination | PySide6.QtGui.QKeySequence.StandardKey | str | int, callable: object) PySide6.QtGui.QAction
addAction(self, text: str, shortcut: PySide6.QtGui.QKeySequence | PySide6.QtCore.QKeyCombination | PySide6.QtGui.QKeySequence.StandardKey | str | int, receiver: PySide6.QtCore.QObject, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) PySide6.QtGui.QAction
addActions(self, actions: Sequence[PySide6.QtGui.QAction]) None
addScrollBarWidget(self, widget: PySide6.QtWidgets.QWidget, alignment: PySide6.QtCore.Qt.AlignmentFlag) None
adjustSize(self) None
anchorAt(self, pos: PySide6.QtCore.QPoint) str
appendHtml(self, html: str) None
appendPlainText(self, text: str) None
autoFillBackground(self) bool
backgroundRole(self) PySide6.QtGui.QPalette.ColorRole
backgroundVisible(self) bool
backingStore(self) PySide6.QtGui.QBackingStore
baseSize(self) PySide6.QtCore.QSize
blockBoundingGeometry(self, block: PySide6.QtGui.QTextBlock) PySide6.QtCore.QRectF
blockBoundingRect(self, block: PySide6.QtGui.QTextBlock) PySide6.QtCore.QRectF
blockCount(self) int
blockSignals(self, b: bool) bool
canInsertFromMimeData(self, source: PySide6.QtCore.QMimeData) bool
canPaste(self) bool
centerCursor(self) None
centerOnScroll(self) bool
changeEvent(self, e: PySide6.QtCore.QEvent) None
childAt(self, p: PySide6.QtCore.QPoint) PySide6.QtWidgets.QWidget
childAt(self, x: int, y: int) PySide6.QtWidgets.QWidget
childEvent(self, event: PySide6.QtCore.QChildEvent) None
children(self) List[PySide6.QtCore.QObject]
childrenRect(self) PySide6.QtCore.QRect
childrenRegion(self) PySide6.QtGui.QRegion
clear(self) None
clearFocus(self) None
clearMask(self) None
close(self) bool
closeEvent(self, event: PySide6.QtGui.QCloseEvent) None
colorCount(self) int
static connect(arg__1: PySide6.QtCore.QObject, arg__2: bytes, arg__3: Callable, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) PySide6.QtCore.QMetaObject.Connection
static connect(self, arg__1: bytes, arg__2: Callable, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) PySide6.QtCore.QMetaObject.Connection
static connect(self, arg__1: bytes, arg__2: PySide6.QtCore.QObject, arg__3: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) PySide6.QtCore.QMetaObject.Connection
static connect(self, sender: PySide6.QtCore.QObject, signal: bytes, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) PySide6.QtCore.QMetaObject.Connection
static connect(sender: PySide6.QtCore.QObject, signal: PySide6.QtCore.QMetaMethod, receiver: PySide6.QtCore.QObject, method: PySide6.QtCore.QMetaMethod, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) PySide6.QtCore.QMetaObject.Connection
static connect(sender: PySide6.QtCore.QObject, signal: bytes, receiver: PySide6.QtCore.QObject, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) PySide6.QtCore.QMetaObject.Connection
connectNotify(self, signal: PySide6.QtCore.QMetaMethod) None
contentOffset(self) PySide6.QtCore.QPointF
contentsMargins(self) PySide6.QtCore.QMargins
contentsRect(self) PySide6.QtCore.QRect
contextMenuEvent(self, e: PySide6.QtGui.QContextMenuEvent) None
contextMenuPolicy(self) PySide6.QtCore.Qt.ContextMenuPolicy
copy(self) None
cornerWidget(self) PySide6.QtWidgets.QWidget
create(self, arg__1: int = 0, initializeWindow: bool = True, destroyOldWindow: bool = True) None
createMimeDataFromSelection(self) PySide6.QtCore.QMimeData
createStandardContextMenu(self) PySide6.QtWidgets.QMenu
createStandardContextMenu(self, position: PySide6.QtCore.QPoint) PySide6.QtWidgets.QMenu
createWinId(self) None
static createWindowContainer(window: PySide6.QtGui.QWindow, parent: PySide6.QtWidgets.QWidget | None = None, flags: PySide6.QtCore.Qt.WindowType = Default(Qt.WindowFlags)) PySide6.QtWidgets.QWidget
currentCharFormat(self) PySide6.QtGui.QTextCharFormat
cursor(self) PySide6.QtGui.QCursor
cursorForPosition(self, pos: PySide6.QtCore.QPoint) PySide6.QtGui.QTextCursor
cursorRect(self) PySide6.QtCore.QRect
cursorRect(self, cursor: PySide6.QtGui.QTextCursor) PySide6.QtCore.QRect
cursorWidth(self) int
customEvent(self, event: PySide6.QtCore.QEvent) None
cut(self) None
deleteLater(self) None
depth(self) int
destroy(self, destroyWindow: bool = True, destroySubWindows: bool = True) None
devType(self) int
devicePixelRatio(self) float
devicePixelRatioF(self) float
static devicePixelRatioFScale() float
static disconnect(arg__1: PySide6.QtCore.QMetaObject.Connection) bool
static disconnect(arg__1: PySide6.QtCore.QObject, arg__2: bytes, arg__3: Callable) bool
static disconnect(self, arg__1: bytes, arg__2: Callable) bool
static disconnect(self, receiver: PySide6.QtCore.QObject, member: bytes | None = None) bool
static disconnect(self, signal: bytes, receiver: PySide6.QtCore.QObject, member: bytes) bool
static disconnect(sender: PySide6.QtCore.QObject, signal: PySide6.QtCore.QMetaMethod, receiver: PySide6.QtCore.QObject, member: PySide6.QtCore.QMetaMethod) bool
static disconnect(sender: PySide6.QtCore.QObject, signal: bytes, receiver: PySide6.QtCore.QObject, member: bytes) bool
disconnectNotify(self, signal: PySide6.QtCore.QMetaMethod) None
doSetTextCursor(self, cursor: PySide6.QtGui.QTextCursor) None
document(self) PySide6.QtGui.QTextDocument
documentTitle(self) str
dragEnterEvent(self, e: PySide6.QtGui.QDragEnterEvent) None
dragLeaveEvent(self, e: PySide6.QtGui.QDragLeaveEvent) None
dragMoveEvent(self, e: PySide6.QtGui.QDragMoveEvent) None
drawFrame(self, arg__1: PySide6.QtGui.QPainter) None
dropEvent(self, e: PySide6.QtGui.QDropEvent) None
dumpObjectInfo(self) None
dumpObjectTree(self) None
dynamicPropertyNames(self) List[PySide6.QtCore.QByteArray]
effectiveWinId(self) int
emit(self, arg__1: bytes, *args: None) bool
ensureCursorVisible(self) None
ensurePolished(self) None
enterEvent(self, event: PySide6.QtGui.QEnterEvent) None
event(self, e: PySide6.QtCore.QEvent) bool
eventFilter(self, arg__1: PySide6.QtCore.QObject, arg__2: PySide6.QtCore.QEvent) bool
extraSelections(self) List[PySide6.QtWidgets.QTextEdit.ExtraSelection]
find(self, exp: str, options: PySide6.QtGui.QTextDocument.FindFlag = Default(QTextDocument.FindFlags)) bool
find(self, exp: PySide6.QtCore.QRegularExpression | str, options: PySide6.QtGui.QTextDocument.FindFlag = Default(QTextDocument.FindFlags)) bool
findChild(self, type: type, name: str = {}, options: PySide6.QtCore.Qt.FindChildOption = Instance(Qt.FindChildrenRecursively)) object
findChildren(self, type: type, name: str = {}, options: PySide6.QtCore.Qt.FindChildOption = Instance(Qt.FindChildrenRecursively)) Iterable
findChildren(self, type: type, pattern: PySide6.QtCore.QRegularExpression | str, options: PySide6.QtCore.Qt.FindChildOption = Instance(Qt.FindChildrenRecursively)) Iterable
firstVisibleBlock(self) PySide6.QtGui.QTextBlock
focusInEvent(self, e: PySide6.QtGui.QFocusEvent) None
focusNextChild(self) bool
focusNextPrevChild(self, next: bool) bool
focusOutEvent(self, e: PySide6.QtGui.QFocusEvent) None[source]
focusPolicy(self) PySide6.QtCore.Qt.FocusPolicy
focusPreviousChild(self) bool
focusProxy(self) PySide6.QtWidgets.QWidget
focusWidget(self) PySide6.QtWidgets.QWidget
font(self) PySide6.QtGui.QFont
fontInfo(self) PySide6.QtGui.QFontInfo
fontMetrics(self) PySide6.QtGui.QFontMetrics
foregroundRole(self) PySide6.QtGui.QPalette.ColorRole
frameGeometry(self) PySide6.QtCore.QRect
frameRect(self) PySide6.QtCore.QRect
frameShadow(self) PySide6.QtWidgets.QFrame.Shadow
frameShape(self) PySide6.QtWidgets.QFrame.Shape
frameSize(self) PySide6.QtCore.QSize
frameStyle(self) int
frameWidth(self) int
geometry(self) PySide6.QtCore.QRect
getPaintContext(self) PySide6.QtGui.QAbstractTextDocumentLayout.PaintContext
grab(self, rectangle: PySide6.QtCore.QRect = PySide6.QtCore.QRect(0, 0, -1, -1)) PySide6.QtGui.QPixmap
grabGesture(self, type: PySide6.QtCore.Qt.GestureType, flags: PySide6.QtCore.Qt.GestureFlag = Default(Qt.GestureFlags)) None
grabKeyboard(self) None
grabMouse(self) None
grabMouse(self, arg__1: PySide6.QtGui.QCursor | PySide6.QtCore.Qt.CursorShape | PySide6.QtGui.QPixmap) None
grabShortcut(self, key: PySide6.QtGui.QKeySequence | PySide6.QtCore.QKeyCombination | PySide6.QtGui.QKeySequence.StandardKey | str | int, context: PySide6.QtCore.Qt.ShortcutContext = Instance(Qt.WindowShortcut)) int
graphicsEffect(self) PySide6.QtWidgets.QGraphicsEffect
graphicsProxyWidget(self) PySide6.QtWidgets.QGraphicsProxyWidget
hasFocus(self) bool
hasHeightForWidth(self) bool
hasMouseTracking(self) bool
hasTabletTracking(self) bool
height(self) int
heightForWidth(self, arg__1: int) int
heightMM(self) int
hide(self) None
hideEvent(self, event: PySide6.QtGui.QHideEvent) None
horizontalScrollBar(self) PySide6.QtWidgets.QScrollBar
horizontalScrollBarPolicy(self) PySide6.QtCore.Qt.ScrollBarPolicy
inherits(self, classname: bytes) bool
initPainter(self, painter: PySide6.QtGui.QPainter) None
initStyleOption(self, option: PySide6.QtWidgets.QStyleOptionFrame) None
inputMethodEvent(self, arg__1: PySide6.QtGui.QInputMethodEvent) None
inputMethodHints(self) PySide6.QtCore.Qt.InputMethodHint
inputMethodQuery(self, property: PySide6.QtCore.Qt.InputMethodQuery) Any
inputMethodQuery(self, query: PySide6.QtCore.Qt.InputMethodQuery, argument: Any) Any
insertAction(self, before: PySide6.QtGui.QAction, action: PySide6.QtGui.QAction) None
insertActions(self, before: PySide6.QtGui.QAction, actions: Sequence[PySide6.QtGui.QAction]) None
insertFromMimeData(self, source: PySide6.QtCore.QMimeData) None
insertPlainText(self, text: str) None
installEventFilter(self, filterObj: PySide6.QtCore.QObject) None
internalWinId(self) int
isActiveWindow(self) bool
isAncestorOf(self, child: PySide6.QtWidgets.QWidget) bool
isEnabled(self) bool
isEnabledTo(self, arg__1: PySide6.QtWidgets.QWidget) bool
isFullScreen(self) bool
isHidden(self) bool
isLeftToRight(self) bool
isMaximized(self) bool
isMinimized(self) bool
isModal(self) bool
isQuickItemType(self) bool
isReadOnly(self) bool
isRightToLeft(self) bool
isSignalConnected(self, signal: PySide6.QtCore.QMetaMethod) bool
isTopLevel(self) bool
isUndoRedoEnabled(self) bool
isVisible(self) bool
isVisibleTo(self, arg__1: PySide6.QtWidgets.QWidget) bool
isWidgetType(self) bool
isWindow(self) bool
isWindowModified(self) bool
isWindowType(self) bool
keyPressEvent(self, e: PySide6.QtGui.QKeyEvent) None[source]
keyReleaseEvent(self, e: PySide6.QtGui.QKeyEvent) None
static keyboardGrabber() PySide6.QtWidgets.QWidget
killTimer(self, id: int) None
layout(self) PySide6.QtWidgets.QLayout
layoutDirection(self) PySide6.QtCore.Qt.LayoutDirection
leaveEvent(self, event: PySide6.QtCore.QEvent) None
lineWidth(self) int
lineWrapMode(self) PySide6.QtWidgets.QPlainTextEdit.LineWrapMode
loadResource(self, type: int, name: PySide6.QtCore.QUrl | str) Any
locale(self) PySide6.QtCore.QLocale
logicalDpiX(self) int
logicalDpiY(self) int
lower(self) None
mapFrom(self, arg__1: PySide6.QtWidgets.QWidget, arg__2: PySide6.QtCore.QPoint) PySide6.QtCore.QPoint
mapFrom(self, arg__1: PySide6.QtWidgets.QWidget, arg__2: PySide6.QtCore.QPointF | PySide6.QtCore.QPoint | PySide6.QtGui.QPainterPath.Element) PySide6.QtCore.QPointF
mapFromGlobal(self, arg__1: PySide6.QtCore.QPoint) PySide6.QtCore.QPoint
mapFromGlobal(self, arg__1: PySide6.QtCore.QPointF | PySide6.QtCore.QPoint | PySide6.QtGui.QPainterPath.Element) PySide6.QtCore.QPointF
mapFromParent(self, arg__1: PySide6.QtCore.QPoint) PySide6.QtCore.QPoint
mapFromParent(self, arg__1: PySide6.QtCore.QPointF | PySide6.QtCore.QPoint | PySide6.QtGui.QPainterPath.Element) PySide6.QtCore.QPointF
mapTo(self, arg__1: PySide6.QtWidgets.QWidget, arg__2: PySide6.QtCore.QPoint) PySide6.QtCore.QPoint
mapTo(self, arg__1: PySide6.QtWidgets.QWidget, arg__2: PySide6.QtCore.QPointF | PySide6.QtCore.QPoint | PySide6.QtGui.QPainterPath.Element) PySide6.QtCore.QPointF
mapToGlobal(self, arg__1: PySide6.QtCore.QPoint) PySide6.QtCore.QPoint
mapToGlobal(self, arg__1: PySide6.QtCore.QPointF | PySide6.QtCore.QPoint | PySide6.QtGui.QPainterPath.Element) PySide6.QtCore.QPointF
mapToParent(self, arg__1: PySide6.QtCore.QPoint) PySide6.QtCore.QPoint
mapToParent(self, arg__1: PySide6.QtCore.QPointF | PySide6.QtCore.QPoint | PySide6.QtGui.QPainterPath.Element) PySide6.QtCore.QPointF
mask(self) PySide6.QtGui.QRegion
maximumBlockCount(self) int
maximumHeight(self) int
maximumSize(self) PySide6.QtCore.QSize
maximumViewportSize(self) PySide6.QtCore.QSize
maximumWidth(self) int
mergeCurrentCharFormat(self, modifier: PySide6.QtGui.QTextCharFormat) None
metaObject(self) PySide6.QtCore.QMetaObject
metric(self, arg__1: PySide6.QtGui.QPaintDevice.PaintDeviceMetric) int
midLineWidth(self) int
minimumHeight(self) int
minimumSize(self) PySide6.QtCore.QSize
minimumSizeHint(self) PySide6.QtCore.QSize
minimumWidth(self) int
mouseDoubleClickEvent(self, e: PySide6.QtGui.QMouseEvent) None
static mouseGrabber() PySide6.QtWidgets.QWidget
mouseMoveEvent(self, e: PySide6.QtGui.QMouseEvent) None
mousePressEvent(self, e: PySide6.QtGui.QMouseEvent) None
mouseReleaseEvent(self, e: PySide6.QtGui.QMouseEvent) None
move(self, arg__1: PySide6.QtCore.QPoint) None
move(self, x: int, y: int) None
moveCursor(self, operation: PySide6.QtGui.QTextCursor.MoveOperation, mode: PySide6.QtGui.QTextCursor.MoveMode = Instance(PySide6.QtGui.QTextCursor.MoveAnchor)) None
moveEvent(self, event: PySide6.QtGui.QMoveEvent) None
moveToThread(self, thread: PySide6.QtCore.QThread) None
nativeEvent(self, eventType: PySide6.QtCore.QByteArray | bytes, message: int) object
nativeParentWidget(self) PySide6.QtWidgets.QWidget
nextInFocusChain(self) PySide6.QtWidgets.QWidget
normalGeometry(self) PySide6.QtCore.QRect
objectName(self) str
overrideWindowFlags(self, type: PySide6.QtCore.Qt.WindowType) None
overrideWindowState(self, state: PySide6.QtCore.Qt.WindowState) None
overwriteMode(self) bool
paintEngine(self) PySide6.QtGui.QPaintEngine
paintEvent(self, e: PySide6.QtGui.QPaintEvent) None
paintingActive(self) bool
palette(self) PySide6.QtGui.QPalette
parent(self) PySide6.QtCore.QObject
parentWidget(self) PySide6.QtWidgets.QWidget
paste(self) None
physicalDpiX(self) int
physicalDpiY(self) int
placeholderText(self) str
pos(self) PySide6.QtCore.QPoint
previousInFocusChain(self) PySide6.QtWidgets.QWidget
print_(self, printer: PySide6.QtGui.QPagedPaintDevice) None
property(self, name: str) Any
raise_(self) None
receivers(self, signal: bytes) int
rect(self) PySide6.QtCore.QRect
redirected(self, offset: PySide6.QtCore.QPoint) PySide6.QtGui.QPaintDevice
redo(self) None
releaseKeyboard(self) None
releaseMouse(self) None
releaseShortcut(self, id: int) None
removeAction(self, action: PySide6.QtGui.QAction) None
removeEventFilter(self, obj: PySide6.QtCore.QObject) None
render(self, painter: PySide6.QtGui.QPainter, targetOffset: PySide6.QtCore.QPoint, sourceRegion: PySide6.QtGui.QRegion | PySide6.QtGui.QBitmap | PySide6.QtGui.QPolygon | PySide6.QtCore.QRect = Default(QRegion), renderFlags: PySide6.QtWidgets.QWidget.RenderFlag = Instance(QWidget.RenderFlags(QWidget.RenderFlag.DrawWindowBackground | QWidget.RenderFlag.DrawChildren))) None
render(self, target: PySide6.QtGui.QPaintDevice, targetOffset: PySide6.QtCore.QPoint = Default(QPoint), sourceRegion: PySide6.QtGui.QRegion | PySide6.QtGui.QBitmap | PySide6.QtGui.QPolygon | PySide6.QtCore.QRect = Default(QRegion), renderFlags: PySide6.QtWidgets.QWidget.RenderFlag = Instance(QWidget.RenderFlags(QWidget.RenderFlag.DrawWindowBackground | QWidget.RenderFlag.DrawChildren))) None
repaint(self) None
repaint(self, arg__1: PySide6.QtCore.QRect) None
repaint(self, arg__1: PySide6.QtGui.QRegion | PySide6.QtGui.QBitmap | PySide6.QtGui.QPolygon | PySide6.QtCore.QRect) None
repaint(self, x: int, y: int, w: int, h: int) None
resize(self, arg__1: PySide6.QtCore.QSize) None
resize(self, w: int, h: int) None
resizeEvent(self, e: PySide6.QtGui.QResizeEvent) None[source]
restoreGeometry(self, geometry: PySide6.QtCore.QByteArray | bytes) bool
saveGeometry(self) PySide6.QtCore.QByteArray
screen(self) PySide6.QtGui.QScreen
scroll(self, dx: int, dy: int) None
scroll(self, dx: int, dy: int, arg__3: PySide6.QtCore.QRect) None
scrollBarWidgets(self, alignment: PySide6.QtCore.Qt.AlignmentFlag) List[PySide6.QtWidgets.QWidget]
scrollContentsBy(self, dx: int, dy: int) None
selectAll(self) None
sender(self) PySide6.QtCore.QObject
senderSignalIndex(self) int
setAcceptDrops(self, on: bool) None
setAccessibleDescription(self, description: str) None
setAccessibleName(self, name: str) None
setAttribute(self, arg__1: PySide6.QtCore.Qt.WidgetAttribute, on: bool = True) None
setAutoFillBackground(self, enabled: bool) None
setBackgroundRole(self, arg__1: PySide6.QtGui.QPalette.ColorRole) None
setBackgroundVisible(self, visible: bool) None
setBaseSize(self, arg__1: PySide6.QtCore.QSize) None
setBaseSize(self, basew: int, baseh: int) None
setCenterOnScroll(self, enabled: bool) None
setContentsMargins(self, left: int, top: int, right: int, bottom: int) None
setContentsMargins(self, margins: PySide6.QtCore.QMargins) None
setContextMenuPolicy(self, policy: PySide6.QtCore.Qt.ContextMenuPolicy) None
setCornerWidget(self, widget: PySide6.QtWidgets.QWidget) None
setCurrentCharFormat(self, format: PySide6.QtGui.QTextCharFormat) None
setCursor(self, arg__1: PySide6.QtGui.QCursor | PySide6.QtCore.Qt.CursorShape | PySide6.QtGui.QPixmap) None
setCursorWidth(self, width: int) None
setDisabled(self, arg__1: bool) None
setDocument(self, document: PySide6.QtGui.QTextDocument) None
setDocumentTitle(self, title: str) None
setEnabled(self, arg__1: bool) None
setExtraSelections(self, selections: Sequence[PySide6.QtWidgets.QTextEdit.ExtraSelection]) None
setFixedHeight(self, h: int) None
setFixedSize(self, arg__1: PySide6.QtCore.QSize) None
setFixedSize(self, w: int, h: int) None
setFixedWidth(self, w: int) None
setFocus(self) None
setFocus(self, reason: PySide6.QtCore.Qt.FocusReason) None
setFocusPolicy(self, policy: PySide6.QtCore.Qt.FocusPolicy) None
setFocusProxy(self, arg__1: PySide6.QtWidgets.QWidget) None
setFont(self, arg__1: PySide6.QtGui.QFont | str | Sequence[str]) None
setForegroundRole(self, arg__1: PySide6.QtGui.QPalette.ColorRole) None
setFrameRect(self, arg__1: PySide6.QtCore.QRect) None
setFrameShadow(self, arg__1: PySide6.QtWidgets.QFrame.Shadow) None
setFrameShape(self, arg__1: PySide6.QtWidgets.QFrame.Shape) None
setFrameStyle(self, arg__1: int) None
setGeometry(self, arg__1: PySide6.QtCore.QRect) None
setGeometry(self, x: int, y: int, w: int, h: int) None
setGraphicsEffect(self, effect: PySide6.QtWidgets.QGraphicsEffect) None
setHidden(self, hidden: bool) None
setHorizontalScrollBar(self, scrollbar: PySide6.QtWidgets.QScrollBar) None
setHorizontalScrollBarPolicy(self, arg__1: PySide6.QtCore.Qt.ScrollBarPolicy) None
setInputMethodHints(self, hints: PySide6.QtCore.Qt.InputMethodHint) None
setLayout(self, arg__1: PySide6.QtWidgets.QLayout) None
setLayoutDirection(self, direction: PySide6.QtCore.Qt.LayoutDirection) None
setLineWidth(self, arg__1: int) None
setLineWrapMode(self, mode: PySide6.QtWidgets.QPlainTextEdit.LineWrapMode) None
setLocale(self, locale: PySide6.QtCore.QLocale | PySide6.QtCore.QLocale.Language) None
setMask(self, arg__1: PySide6.QtGui.QBitmap | str) None
setMask(self, arg__1: PySide6.QtGui.QRegion | PySide6.QtGui.QBitmap | PySide6.QtGui.QPolygon | PySide6.QtCore.QRect) None
setMaximumBlockCount(self, maximum: int) None
setMaximumHeight(self, maxh: int) None
setMaximumSize(self, arg__1: PySide6.QtCore.QSize) None
setMaximumSize(self, maxw: int, maxh: int) None
setMaximumWidth(self, maxw: int) None
setMidLineWidth(self, arg__1: int) None
setMinimumHeight(self, minh: int) None
setMinimumSize(self, arg__1: PySide6.QtCore.QSize) None
setMinimumSize(self, minw: int, minh: int) None
setMinimumWidth(self, minw: int) None
setMouseTracking(self, enable: bool) None
setObjectName(self, name: str) None
setOverwriteMode(self, overwrite: bool) None
setPalette(self, arg__1: PySide6.QtGui.QPalette | PySide6.QtCore.Qt.GlobalColor | PySide6.QtGui.QColor) None
setParent(self, parent: PySide6.QtWidgets.QWidget | None) None
setParent(self, parent: PySide6.QtWidgets.QWidget | None, f: PySide6.QtCore.Qt.WindowType) None
setPlaceholderText(self, placeholderText: str) None
setPlainText(self, text: str) None
setProperty(self, name: str, value: Any) bool
setReadOnly(self, ro: bool) None
setScreen(self, arg__1: PySide6.QtGui.QScreen) None
setShortcutAutoRepeat(self, id: int, enable: bool = True) None
setShortcutEnabled(self, id: int, enable: bool = True) None
setSizeAdjustPolicy(self, policy: PySide6.QtWidgets.QAbstractScrollArea.SizeAdjustPolicy) None
setSizeIncrement(self, arg__1: PySide6.QtCore.QSize) None
setSizeIncrement(self, w: int, h: int) None
setSizePolicy(self, arg__1: PySide6.QtWidgets.QSizePolicy) None
setSizePolicy(self, horizontal: PySide6.QtWidgets.QSizePolicy.Policy, vertical: PySide6.QtWidgets.QSizePolicy.Policy) None
setStatusTip(self, arg__1: str) None
setStyle(self, arg__1: PySide6.QtWidgets.QStyle) None
setStyleSheet(self, styleSheet: str) None
setTabChangesFocus(self, b: bool) None
static setTabOrder(arg__1: PySide6.QtWidgets.QWidget, arg__2: PySide6.QtWidgets.QWidget) None
setTabStopDistance(self, distance: float) None
setTabletTracking(self, enable: bool) None
setTextCursor(self, cursor: PySide6.QtGui.QTextCursor) None
setTextInteractionFlags(self, flags: PySide6.QtCore.Qt.TextInteractionFlag) None
setToolTip(self, arg__1: str) None
setToolTipDuration(self, msec: int) None
setUndoRedoEnabled(self, enable: bool) None
setUpdatesEnabled(self, enable: bool) None
setVerticalScrollBar(self, scrollbar: PySide6.QtWidgets.QScrollBar) None
setVerticalScrollBarPolicy(self, arg__1: PySide6.QtCore.Qt.ScrollBarPolicy) None
setViewport(self, widget: PySide6.QtWidgets.QWidget) None
setViewportMargins(self, left: int, top: int, right: int, bottom: int) None
setViewportMargins(self, margins: PySide6.QtCore.QMargins) None
setVisible(self, visible: bool) None
setWhatsThis(self, arg__1: str) None
setWindowFilePath(self, filePath: str) None
setWindowFlag(self, arg__1: PySide6.QtCore.Qt.WindowType, on: bool = True) None
setWindowFlags(self, type: PySide6.QtCore.Qt.WindowType) None
setWindowIcon(self, icon: PySide6.QtGui.QIcon | PySide6.QtGui.QPixmap) None
setWindowIconText(self, arg__1: str) None
setWindowModality(self, windowModality: PySide6.QtCore.Qt.WindowModality) None
setWindowModified(self, arg__1: bool) None
setWindowOpacity(self, level: float) None
setWindowRole(self, arg__1: str) None
setWindowState(self, state: PySide6.QtCore.Qt.WindowState) None
setWindowTitle(self, arg__1: str) None
setWordWrapMode(self, policy: PySide6.QtGui.QTextOption.WrapMode) None
setupViewport(self, viewport: PySide6.QtWidgets.QWidget) None
sharedPainter(self) PySide6.QtGui.QPainter
show(self) None
showEvent(self, arg__1: PySide6.QtGui.QShowEvent) None[source]
showFullScreen(self) None
showMaximized(self) None
showMinimized(self) None
showNormal(self) None
signalsBlocked(self) bool
size(self) PySide6.QtCore.QSize
sizeAdjustPolicy(self) PySide6.QtWidgets.QAbstractScrollArea.SizeAdjustPolicy
sizeHint(self) PySide6.QtCore.QSize
sizeIncrement(self) PySide6.QtCore.QSize
sizePolicy(self) PySide6.QtWidgets.QSizePolicy
stackUnder(self, arg__1: PySide6.QtWidgets.QWidget) None
startTimer(self, interval: int, timerType: PySide6.QtCore.Qt.TimerType = Instance(Qt.CoarseTimer)) int
statusTip(self) str
style(self) PySide6.QtWidgets.QStyle
styleSheet(self) str
tabChangesFocus(self) bool
tabStopDistance(self) float
tabletEvent(self, event: PySide6.QtGui.QTabletEvent) None
testAttribute(self, arg__1: PySide6.QtCore.Qt.WidgetAttribute) bool
textCursor(self) PySide6.QtGui.QTextCursor
textInteractionFlags(self) PySide6.QtCore.Qt.TextInteractionFlag
thread(self) PySide6.QtCore.QThread
timerEvent(self, e: PySide6.QtCore.QTimerEvent) None
toPlainText(self) str
toolTip(self) str
toolTipDuration(self) int
topLevelWidget(self) PySide6.QtWidgets.QWidget
classmethod tr(self, sourceText: str, disambiguation: str | None, n: int = -1) str
underMouse(self) bool
undo(self) None
ungrabGesture(self, type: PySide6.QtCore.Qt.GestureType) None
unsetCursor(self) None
unsetLayoutDirection(self) None
unsetLocale(self) None
update(self) None
update(self, arg__1: PySide6.QtCore.QRect) None
update(self, arg__1: PySide6.QtGui.QRegion | PySide6.QtGui.QBitmap | PySide6.QtGui.QPolygon | PySide6.QtCore.QRect) None
update(self, x: int, y: int, w: int, h: int) None
updateGeometry(self) None
updateMicroFocus(self, query: PySide6.QtCore.Qt.InputMethodQuery = Instance(Qt.ImQueryAll)) None
updatesEnabled(self) bool
verticalScrollBar(self) PySide6.QtWidgets.QScrollBar
verticalScrollBarPolicy(self) PySide6.QtCore.Qt.ScrollBarPolicy
viewport(self) PySide6.QtWidgets.QWidget
viewportEvent(self, arg__1: PySide6.QtCore.QEvent) bool
viewportMargins(self) PySide6.QtCore.QMargins
viewportSizeHint(self) PySide6.QtCore.QSize
visibleRegion(self) PySide6.QtGui.QRegion
whatsThis(self) str
wheelEvent(self, e: PySide6.QtGui.QWheelEvent) None
width(self) int
widthMM(self) int
winId(self) int
window(self) PySide6.QtWidgets.QWidget
windowFilePath(self) str
windowFlags(self) PySide6.QtCore.Qt.WindowType
windowHandle(self) PySide6.QtGui.QWindow
windowIcon(self) PySide6.QtGui.QIcon
windowIconText(self) str
windowModality(self) PySide6.QtCore.Qt.WindowModality
windowOpacity(self) float
windowRole(self) str
windowState(self) PySide6.QtCore.Qt.WindowState
windowTitle(self) str
windowType(self) PySide6.QtCore.Qt.WindowType
wordWrapMode(self) PySide6.QtGui.QTextOption.WrapMode
x(self) int
y(self) int
zoomIn(self, range: int = 1) None
zoomInF(self, range: float) None
zoomOut(self, range: int = 1) None