nukescripts.readviewscheck.QMessageBox¶
-
class
nukescripts.readviewscheck.
QMessageBox
(self, icon: PySide2.QtWidgets.QMessageBox.Icon, title: str, text: str, buttons: PySide2.QtWidgets.QMessageBox.StandardButtons = PySide2.QtWidgets.QMessageBox.StandardButton.NoButton, parent: PySide2.QtWidgets.QWidget = None, flags: PySide2.QtCore.Qt.WindowFlags = Instance(Qt.Dialog | Qt.MSWindowsFixedSizeDialogHint))¶ Bases:
PySide2.QtWidgets.QDialog
QMessageBox(self, parent: PySide2.QtWidgets.QWidget = None)
Methods
addButton(self, button: PySide2.QtWidgets.QMessageBox.StandardButton) -> PySide2.QtWidgets.QPushButton addButton(self, text: str, role: PySide2.QtWidgets.QMessageBox.ButtonRole) -> PySide2.QtWidgets.QPushButton
childAt(self, x: int, y: int) -> PySide2.QtWidgets.QWidget
connect(arg__1: str, arg__2: typing.Callable, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) -> bool connect(arg__1: str, arg__2: PySide2.QtCore.QObject, arg__3: str, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) -> bool connect(sender: PySide2.QtCore.QObject, signal: PySide2.QtCore.QMetaMethod, receiver: PySide2.QtCore.QObject, method: PySide2.QtCore.QMetaMethod, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) -> PySide2.QtCore.QMetaObject.Connection connect(sender: PySide2.QtCore.QObject, signal: str, member: str, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) -> PySide2.QtCore.QMetaObject.Connection connect(sender: PySide2.QtCore.QObject, signal: str, receiver: PySide2.QtCore.QObject, member: str, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) -> PySide2.QtCore.QMetaObject.Connection
critical(parent: PySide2.QtWidgets.QWidget, title: str, text: str, buttons: PySide2.QtWidgets.QMessageBox.StandardButtons = PySide2.QtWidgets.QMessageBox.StandardButton.Ok, defaultButton: PySide2.QtWidgets.QMessageBox.StandardButton = PySide2.QtWidgets.QMessageBox.StandardButton.NoButton) -> PySide2.QtWidgets.QMessageBox.StandardButton
disconnect(arg__1: PySide2.QtCore.QObject, arg__2: str, arg__3: typing.Callable) -> bool disconnect(arg__1: str, arg__2: typing.Callable) -> bool disconnect(receiver: PySide2.QtCore.QObject, member: str = None) -> bool disconnect(sender: PySide2.QtCore.QObject, signal: PySide2.QtCore.QMetaMethod, receiver: PySide2.QtCore.QObject, member: PySide2.QtCore.QMetaMethod) -> bool disconnect(sender: PySide2.QtCore.QObject, signal: str, receiver: PySide2.QtCore.QObject, member: str) -> bool disconnect(signal: str, receiver: PySide2.QtCore.QObject, member: str) -> bool
findChildren(self, arg__1: type, arg__2: str = ‘’) -> typing.Iterable
grabMouse(self, arg__1: PySide2.QtGui.QCursor)
information(parent: PySide2.QtWidgets.QWidget, title: str, text: str, buttons: PySide2.QtWidgets.QMessageBox.StandardButtons = PySide2.QtWidgets.QMessageBox.StandardButton.Ok, defaultButton: PySide2.QtWidgets.QMessageBox.StandardButton = PySide2.QtWidgets.QMessageBox.StandardButton.NoButton) -> PySide2.QtWidgets.QMessageBox.StandardButton
move(self, x: int, y: int)
open(self, receiver: PySide2.QtCore.QObject, member: str)
question(parent: PySide2.QtWidgets.QWidget, title: str, text: str, buttons: PySide2.QtWidgets.QMessageBox.StandardButtons = Instance(QMessageBox.StandardButtons(QMessageBox.Yes | QMessageBox.No)), defaultButton: PySide2.QtWidgets.QMessageBox.StandardButton = PySide2.QtWidgets.QMessageBox.StandardButton.NoButton) -> PySide2.QtWidgets.QMessageBox.StandardButton
render(self, target: PySide2.QtGui.QPaintDevice, targetOffset: PySide2.QtCore.QPoint = Default(QPoint), sourceRegion: PySide2.QtGui.QRegion = Default(QRegion), renderFlags: PySide2.QtWidgets.QWidget.RenderFlags = Instance(QWidget.RenderFlags(QWidget.DrawWindowBackground | QWidget.DrawChildren)))
repaint(self, arg__1: PySide2.QtCore.QRect) repaint(self, arg__1: PySide2.QtGui.QRegion) repaint(self, x: int, y: int, w: int, h: int)
resize(self, w: int, h: int)
scroll(self, dx: int, dy: int, arg__3: PySide2.QtCore.QRect)
setBaseSize(self, basew: int, baseh: int)
setContentsMargins(self, margins: PySide2.QtCore.QMargins)
setDefaultButton(self, button: PySide2.QtWidgets.QPushButton)
setEscapeButton(self, button: PySide2.QtWidgets.QMessageBox.StandardButton)
setFixedSize(self, w: int, h: int)
setFocus(self, reason: PySide2.QtCore.Qt.FocusReason)
setGeometry(self, x: int, y: int, w: int, h: int)
setMask(self, arg__1: PySide2.QtGui.QRegion)
setMaximumSize(self, maxw: int, maxh: int)
setMinimumSize(self, minw: int, minh: int)
setParent(self, parent: PySide2.QtWidgets.QWidget, f: PySide2.QtCore.Qt.WindowFlags)
setSizeIncrement(self, w: int, h: int)
setSizePolicy(self, horizontal: PySide2.QtWidgets.QSizePolicy.Policy, vertical: PySide2.QtWidgets.QSizePolicy.Policy)
update(self, arg__1: PySide2.QtCore.QRect) update(self, arg__1: PySide2.QtGui.QRegion) update(self, x: int, y: int, w: int, h: int)
warning(parent: PySide2.QtWidgets.QWidget, title: str, text: str, buttons: PySide2.QtWidgets.QMessageBox.StandardButtons = PySide2.QtWidgets.QMessageBox.StandardButton.Ok, defaultButton: PySide2.QtWidgets.QMessageBox.StandardButton = PySide2.QtWidgets.QMessageBox.StandardButton.NoButton) -> PySide2.QtWidgets.QMessageBox.StandardButton
Attributes
Abort
AcceptRole
Accepted
ActionRole
Apply
ApplyRole
ButtonMask
Cancel
Close
Critical
Default
DestructiveRole
Discard
DrawChildren
DrawWindowBackground
Escape
FirstButton
FlagMask
Help
HelpRole
Ignore
IgnoreMask
Information
InvalidRole
LastButton
NRoles
No
NoAll
NoButton
NoIcon
NoRole
NoToAll
Ok
Open
PdmDepth
PdmDevicePixelRatio
PdmDevicePixelRatioScaled
PdmDpiX
PdmDpiY
PdmHeight
PdmHeightMM
PdmNumColors
PdmPhysicalDpiX
PdmPhysicalDpiY
PdmWidth
PdmWidthMM
Question
RejectRole
Rejected
Reset
ResetRole
RestoreDefaults
Retry
Save
SaveAll
Warning
Yes
YesAll
YesRole
YesToAll
accepted
buttonClicked
customContextMenuRequested
destroyed
finished
objectNameChanged
painters
rejected
staticMetaObject
windowIconChanged
windowIconTextChanged
windowTitleChanged
-
static
about
(parent: PySide2.QtWidgets.QWidget, title: str, text: str)¶
-
static
aboutQt
(parent: PySide2.QtWidgets.QWidget, title: str = '')¶
-
accept
(self)¶
-
acceptDrops
(self) → bool¶
-
accessibleDescription
(self) → str¶
-
accessibleName
(self) → str¶
-
actionEvent
(self, event: PySide2.QtGui.QActionEvent)¶
-
actions
(self) → typing.List[PySide2.QtWidgets.QAction]¶
-
activateWindow
(self)¶
-
addAction
(self, action: PySide2.QtWidgets.QAction)¶
-
addActions
(self, actions: typing.List[PySide2.QtWidgets.QAction])¶
-
addButton
(self, button: PySide2.QtWidgets.QAbstractButton, role: PySide2.QtWidgets.QMessageBox.ButtonRole)¶ addButton(self, button: PySide2.QtWidgets.QMessageBox.StandardButton) -> PySide2.QtWidgets.QPushButton addButton(self, text: str, role: PySide2.QtWidgets.QMessageBox.ButtonRole) -> PySide2.QtWidgets.QPushButton
-
adjustPosition
(self, arg__1: PySide2.QtWidgets.QWidget)¶
-
adjustSize
(self)¶
-
autoFillBackground
(self) → bool¶
-
backgroundRole
(self) → PySide2.QtGui.QPalette.ColorRole¶
-
backingStore
(self) → PySide2.QtGui.QBackingStore¶
-
baseSize
(self) → PySide2.QtCore.QSize¶
-
blockSignals
(self, b: bool) → bool¶
-
changeEvent
(self, event: PySide2.QtCore.QEvent)¶
-
checkBox
(self) → PySide2.QtWidgets.QCheckBox¶
-
childAt
(self, p: PySide2.QtCore.QPoint) → PySide2.QtWidgets.QWidget¶ childAt(self, x: int, y: int) -> PySide2.QtWidgets.QWidget
-
childEvent
(self, event: PySide2.QtCore.QChildEvent)¶
-
children
(self) → typing.List[PySide2.QtCore.QObject]¶
-
childrenRect
(self) → PySide2.QtCore.QRect¶
-
childrenRegion
(self) → PySide2.QtGui.QRegion¶
-
clearFocus
(self)¶
-
clearMask
(self)¶
-
clickedButton
(self) → PySide2.QtWidgets.QAbstractButton¶
-
close
(self) → bool¶
-
closeEvent
(self, event: PySide2.QtGui.QCloseEvent)¶
-
colorCount
(self) → int¶
-
static
connect
(arg__1: PySide2.QtCore.QObject, arg__2: str, arg__3: typing.Callable, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) → bool¶ connect(arg__1: str, arg__2: typing.Callable, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) -> bool connect(arg__1: str, arg__2: PySide2.QtCore.QObject, arg__3: str, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) -> bool connect(sender: PySide2.QtCore.QObject, signal: PySide2.QtCore.QMetaMethod, receiver: PySide2.QtCore.QObject, method: PySide2.QtCore.QMetaMethod, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) -> PySide2.QtCore.QMetaObject.Connection connect(sender: PySide2.QtCore.QObject, signal: str, member: str, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) -> PySide2.QtCore.QMetaObject.Connection connect(sender: PySide2.QtCore.QObject, signal: str, receiver: PySide2.QtCore.QObject, member: str, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) -> PySide2.QtCore.QMetaObject.Connection
-
connectNotify
(self, signal: PySide2.QtCore.QMetaMethod)¶
-
contentsMargins
(self) → PySide2.QtCore.QMargins¶
-
contentsRect
(self) → PySide2.QtCore.QRect¶
-
contextMenuEvent
(self, arg__1: PySide2.QtGui.QContextMenuEvent)¶
-
contextMenuPolicy
(self) → PySide2.QtCore.Qt.ContextMenuPolicy¶
-
create
(self, arg__1: int = 0, initializeWindow: bool = True, destroyOldWindow: bool = True)¶
-
createWinId
(self)¶
-
static
createWindowContainer
(window: PySide2.QtGui.QWindow, parent: PySide2.QtWidgets.QWidget = None, flags: PySide2.QtCore.Qt.WindowFlags = Default(Qt.WindowFlags)) → PySide2.QtWidgets.QWidget¶
-
static
critical
(parent: PySide2.QtWidgets.QWidget, title: str, text: str, button0: PySide2.QtWidgets.QMessageBox.StandardButton, button1: PySide2.QtWidgets.QMessageBox.StandardButton) → int¶ critical(parent: PySide2.QtWidgets.QWidget, title: str, text: str, buttons: PySide2.QtWidgets.QMessageBox.StandardButtons = PySide2.QtWidgets.QMessageBox.StandardButton.Ok, defaultButton: PySide2.QtWidgets.QMessageBox.StandardButton = PySide2.QtWidgets.QMessageBox.StandardButton.NoButton) -> PySide2.QtWidgets.QMessageBox.StandardButton
-
cursor
(self) → PySide2.QtGui.QCursor¶
-
customEvent
(self, event: PySide2.QtCore.QEvent)¶
-
defaultButton
(self) → PySide2.QtWidgets.QPushButton¶
-
deleteLater
(self)¶
-
depth
(self) → int¶
-
destroy
(self, destroyWindow: bool = True, destroySubWindows: bool = True)¶
-
detailedText
(self) → str¶
-
devType
(self) → int¶
-
devicePixelRatio
(self) → int¶
-
devicePixelRatioF
(self) → float¶
-
static
devicePixelRatioFScale
() → float¶
-
static
disconnect
(arg__1: PySide2.QtCore.QMetaObject.Connection) → bool¶ disconnect(arg__1: PySide2.QtCore.QObject, arg__2: str, arg__3: typing.Callable) -> bool disconnect(arg__1: str, arg__2: typing.Callable) -> bool disconnect(receiver: PySide2.QtCore.QObject, member: str = None) -> bool disconnect(sender: PySide2.QtCore.QObject, signal: PySide2.QtCore.QMetaMethod, receiver: PySide2.QtCore.QObject, member: PySide2.QtCore.QMetaMethod) -> bool disconnect(sender: PySide2.QtCore.QObject, signal: str, receiver: PySide2.QtCore.QObject, member: str) -> bool disconnect(signal: str, receiver: PySide2.QtCore.QObject, member: str) -> bool
-
disconnectNotify
(self, signal: PySide2.QtCore.QMetaMethod)¶
-
done
(self, arg__1: int)¶
-
dragEnterEvent
(self, event: PySide2.QtGui.QDragEnterEvent)¶
-
dragLeaveEvent
(self, event: PySide2.QtGui.QDragLeaveEvent)¶
-
dragMoveEvent
(self, event: PySide2.QtGui.QDragMoveEvent)¶
-
dropEvent
(self, event: PySide2.QtGui.QDropEvent)¶
-
dumpObjectInfo
(self)¶
-
dumpObjectTree
(self)¶
-
dynamicPropertyNames
(self) → typing.List[PySide2.QtCore.QByteArray]¶
-
effectiveWinId
(self) → int¶
-
emit
(self, arg__1: str, *args) → bool¶
-
ensurePolished
(self)¶
-
enterEvent
(self, event: PySide2.QtCore.QEvent)¶
-
escapeButton
(self) → PySide2.QtWidgets.QAbstractButton¶
-
event
(self, e: PySide2.QtCore.QEvent) → bool¶
-
eventFilter
(self, arg__1: PySide2.QtCore.QObject, arg__2: PySide2.QtCore.QEvent) → bool¶
-
exec_
(self) → int¶
-
extension
(self) → PySide2.QtWidgets.QWidget¶
-
static
find
(arg__1: int) → PySide2.QtWidgets.QWidget¶
-
findChild
(self, arg__1: type, arg__2: str = '') → object¶
-
findChildren
(self, arg__1: type, arg__2: PySide2.QtCore.QRegExp) → typing.Iterable¶ findChildren(self, arg__1: type, arg__2: str = ‘’) -> typing.Iterable
-
focusInEvent
(self, event: PySide2.QtGui.QFocusEvent)¶
-
focusNextChild
(self) → bool¶
-
focusNextPrevChild
(self, next: bool) → bool¶
-
focusOutEvent
(self, event: PySide2.QtGui.QFocusEvent)¶
-
focusPolicy
(self) → PySide2.QtCore.Qt.FocusPolicy¶
-
focusPreviousChild
(self) → bool¶
-
focusProxy
(self) → PySide2.QtWidgets.QWidget¶
-
focusWidget
(self) → PySide2.QtWidgets.QWidget¶
-
font
(self) → PySide2.QtGui.QFont¶
-
fontInfo
(self) → PySide2.QtGui.QFontInfo¶
-
fontMetrics
(self) → PySide2.QtGui.QFontMetrics¶
-
foregroundRole
(self) → PySide2.QtGui.QPalette.ColorRole¶
-
frameGeometry
(self) → PySide2.QtCore.QRect¶
-
frameSize
(self) → PySide2.QtCore.QSize¶
-
geometry
(self) → PySide2.QtCore.QRect¶
-
getContentsMargins
(self, left: int, top: int, right: int, bottom: int)¶
-
grab
(self, rectangle: PySide2.QtCore.QRect = PySide2.QtCore.QRect(0, 0, - 1, - 1)) → PySide2.QtGui.QPixmap¶
-
grabGesture
(self, type: PySide2.QtCore.Qt.GestureType, flags: PySide2.QtCore.Qt.GestureFlags = Default(Qt.GestureFlags))¶
-
grabKeyboard
(self)¶
-
grabMouse
(self)¶ grabMouse(self, arg__1: PySide2.QtGui.QCursor)
-
grabShortcut
(self, key: PySide2.QtGui.QKeySequence, context: PySide2.QtCore.Qt.ShortcutContext = PySide2.QtCore.Qt.ShortcutContext.WindowShortcut) → int¶
-
graphicsEffect
(self) → PySide2.QtWidgets.QGraphicsEffect¶
-
graphicsProxyWidget
(self) → PySide2.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)¶
-
hideEvent
(self, event: PySide2.QtGui.QHideEvent)¶
-
icon
(self) → PySide2.QtWidgets.QMessageBox.Icon¶
-
iconPixmap
(self) → PySide2.QtGui.QPixmap¶
-
static
information
(parent: PySide2.QtWidgets.QWidget, title: str, text: str, button0: PySide2.QtWidgets.QMessageBox.StandardButton, button1: PySide2.QtWidgets.QMessageBox.StandardButton = PySide2.QtWidgets.QMessageBox.StandardButton.NoButton) → PySide2.QtWidgets.QMessageBox.StandardButton¶ information(parent: PySide2.QtWidgets.QWidget, title: str, text: str, buttons: PySide2.QtWidgets.QMessageBox.StandardButtons = PySide2.QtWidgets.QMessageBox.StandardButton.Ok, defaultButton: PySide2.QtWidgets.QMessageBox.StandardButton = PySide2.QtWidgets.QMessageBox.StandardButton.NoButton) -> PySide2.QtWidgets.QMessageBox.StandardButton
-
informativeText
(self) → str¶
-
inherits
(self, classname: str) → bool¶
-
initPainter
(self, painter: PySide2.QtGui.QPainter)¶
-
inputMethodEvent
(self, event: PySide2.QtGui.QInputMethodEvent)¶
-
inputMethodHints
(self) → PySide2.QtCore.Qt.InputMethodHints¶
-
inputMethodQuery
(self, arg__1: PySide2.QtCore.Qt.InputMethodQuery) → typing.Any¶
-
insertAction
(self, before: PySide2.QtWidgets.QAction, action: PySide2.QtWidgets.QAction)¶
-
insertActions
(self, before: PySide2.QtWidgets.QAction, actions: typing.List[PySide2.QtWidgets.QAction])¶
-
installEventFilter
(self, filterObj: PySide2.QtCore.QObject)¶
-
internalWinId
(self) → int¶
-
isActiveWindow
(self) → bool¶
-
isAncestorOf
(self, child: PySide2.QtWidgets.QWidget) → bool¶
-
isEnabled
(self) → bool¶
-
isEnabledTo
(self, arg__1: PySide2.QtWidgets.QWidget) → bool¶
-
isEnabledToTLW
(self) → bool¶
-
isFullScreen
(self) → bool¶
-
isHidden
(self) → bool¶
-
isLeftToRight
(self) → bool¶
-
isMaximized
(self) → bool¶
-
isMinimized
(self) → bool¶
-
isModal
(self) → bool¶
-
isRightToLeft
(self) → bool¶
-
isSignalConnected
(self, signal: PySide2.QtCore.QMetaMethod) → bool¶
-
isSizeGripEnabled
(self) → bool¶
-
isTopLevel
(self) → bool¶
-
isVisible
(self) → bool¶
-
isVisibleTo
(self, arg__1: PySide2.QtWidgets.QWidget) → bool¶
-
isWidgetType
(self) → bool¶
-
isWindow
(self) → bool¶
-
isWindowModified
(self) → bool¶
-
isWindowType
(self) → bool¶
-
keyPressEvent
(self, event: PySide2.QtGui.QKeyEvent)¶
-
keyReleaseEvent
(self, event: PySide2.QtGui.QKeyEvent)¶
-
static
keyboardGrabber
() → PySide2.QtWidgets.QWidget¶
-
killTimer
(self, id: int)¶
-
layout
(self) → PySide2.QtWidgets.QLayout¶
-
layoutDirection
(self) → PySide2.QtCore.Qt.LayoutDirection¶
-
leaveEvent
(self, event: PySide2.QtCore.QEvent)¶
-
locale
(self) → PySide2.QtCore.QLocale¶
-
logicalDpiX
(self) → int¶
-
logicalDpiY
(self) → int¶
-
lower
(self)¶
-
mapFrom
(self, arg__1: PySide2.QtWidgets.QWidget, arg__2: PySide2.QtCore.QPoint) → PySide2.QtCore.QPoint¶
-
mapFromGlobal
(self, arg__1: PySide2.QtCore.QPoint) → PySide2.QtCore.QPoint¶
-
mapFromParent
(self, arg__1: PySide2.QtCore.QPoint) → PySide2.QtCore.QPoint¶
-
mapTo
(self, arg__1: PySide2.QtWidgets.QWidget, arg__2: PySide2.QtCore.QPoint) → PySide2.QtCore.QPoint¶
-
mapToGlobal
(self, arg__1: PySide2.QtCore.QPoint) → PySide2.QtCore.QPoint¶
-
mapToParent
(self, arg__1: PySide2.QtCore.QPoint) → PySide2.QtCore.QPoint¶
-
mask
(self) → PySide2.QtGui.QRegion¶
-
maximumHeight
(self) → int¶
-
maximumSize
(self) → PySide2.QtCore.QSize¶
-
maximumWidth
(self) → int¶
-
metaObject
(self) → PySide2.QtCore.QMetaObject¶
-
metric
(self, arg__1: PySide2.QtGui.QPaintDevice.PaintDeviceMetric) → int¶
-
minimumHeight
(self) → int¶
-
minimumSize
(self) → PySide2.QtCore.QSize¶
-
minimumSizeHint
(self) → PySide2.QtCore.QSize¶
-
minimumWidth
(self) → int¶
-
mouseDoubleClickEvent
(self, event: PySide2.QtGui.QMouseEvent)¶
-
static
mouseGrabber
() → PySide2.QtWidgets.QWidget¶
-
mouseMoveEvent
(self, event: PySide2.QtGui.QMouseEvent)¶
-
mousePressEvent
(self, event: PySide2.QtGui.QMouseEvent)¶
-
mouseReleaseEvent
(self, event: PySide2.QtGui.QMouseEvent)¶
-
move
(self, arg__1: PySide2.QtCore.QPoint)¶ move(self, x: int, y: int)
-
moveEvent
(self, event: PySide2.QtGui.QMoveEvent)¶
-
moveToThread
(self, thread: PySide2.QtCore.QThread)¶
-
nativeEvent
(self, eventType: PySide2.QtCore.QByteArray, message: int, result: int) → bool¶
-
nativeParentWidget
(self) → PySide2.QtWidgets.QWidget¶
-
nextInFocusChain
(self) → PySide2.QtWidgets.QWidget¶
-
normalGeometry
(self) → PySide2.QtCore.QRect¶
-
objectName
(self) → str¶
-
open
(self)¶ open(self, receiver: PySide2.QtCore.QObject, member: str)
-
orientation
(self) → PySide2.QtCore.Qt.Orientation¶
-
overrideWindowFlags
(self, type: PySide2.QtCore.Qt.WindowFlags)¶
-
overrideWindowState
(self, state: PySide2.QtCore.Qt.WindowStates)¶
-
paintEngine
(self) → PySide2.QtGui.QPaintEngine¶
-
paintEvent
(self, event: PySide2.QtGui.QPaintEvent)¶
-
paintingActive
(self) → bool¶
-
palette
(self) → PySide2.QtGui.QPalette¶
-
parent
(self) → PySide2.QtCore.QObject¶
-
parentWidget
(self) → PySide2.QtWidgets.QWidget¶
-
physicalDpiX
(self) → int¶
-
physicalDpiY
(self) → int¶
-
pos
(self) → PySide2.QtCore.QPoint¶
-
previousInFocusChain
(self) → PySide2.QtWidgets.QWidget¶
-
property
(self, name: str) → typing.Any¶
-
static
question
(parent: PySide2.QtWidgets.QWidget, title: str, text: str, button0: PySide2.QtWidgets.QMessageBox.StandardButton, button1: PySide2.QtWidgets.QMessageBox.StandardButton) → int¶ question(parent: PySide2.QtWidgets.QWidget, title: str, text: str, buttons: PySide2.QtWidgets.QMessageBox.StandardButtons = Instance(QMessageBox.StandardButtons(QMessageBox.Yes | QMessageBox.No)), defaultButton: PySide2.QtWidgets.QMessageBox.StandardButton = PySide2.QtWidgets.QMessageBox.StandardButton.NoButton) -> PySide2.QtWidgets.QMessageBox.StandardButton
-
raise_
(self)¶
-
receivers
(self, signal: str) → int¶
-
rect
(self) → PySide2.QtCore.QRect¶
-
redirected
(self, offset: PySide2.QtCore.QPoint) → PySide2.QtGui.QPaintDevice¶
-
static
registerUserData
() → int¶
-
reject
(self)¶
-
releaseKeyboard
(self)¶
-
releaseMouse
(self)¶
-
releaseShortcut
(self, id: int)¶
-
removeAction
(self, action: PySide2.QtWidgets.QAction)¶
-
removeButton
(self, button: PySide2.QtWidgets.QAbstractButton)¶
-
removeEventFilter
(self, obj: PySide2.QtCore.QObject)¶
-
render
(self, painter: PySide2.QtGui.QPainter, targetOffset: PySide2.QtCore.QPoint, sourceRegion: PySide2.QtGui.QRegion = Default(QRegion), renderFlags: PySide2.QtWidgets.QWidget.RenderFlags = Instance(QWidget.RenderFlags(QWidget.DrawWindowBackground | QWidget.DrawChildren)))¶ render(self, target: PySide2.QtGui.QPaintDevice, targetOffset: PySide2.QtCore.QPoint = Default(QPoint), sourceRegion: PySide2.QtGui.QRegion = Default(QRegion), renderFlags: PySide2.QtWidgets.QWidget.RenderFlags = Instance(QWidget.RenderFlags(QWidget.DrawWindowBackground | QWidget.DrawChildren)))
-
repaint
(self)¶ repaint(self, arg__1: PySide2.QtCore.QRect) repaint(self, arg__1: PySide2.QtGui.QRegion) repaint(self, x: int, y: int, w: int, h: int)
-
resize
(self, arg__1: PySide2.QtCore.QSize)¶ resize(self, w: int, h: int)
-
resizeEvent
(self, event: PySide2.QtGui.QResizeEvent)¶
-
restoreGeometry
(self, geometry: PySide2.QtCore.QByteArray) → bool¶
-
result
(self) → int¶
-
saveGeometry
(self) → PySide2.QtCore.QByteArray¶
-
scroll
(self, dx: int, dy: int)¶ scroll(self, dx: int, dy: int, arg__3: PySide2.QtCore.QRect)
-
sender
(self) → PySide2.QtCore.QObject¶
-
senderSignalIndex
(self) → int¶
-
setAcceptDrops
(self, on: bool)¶
-
setAccessibleDescription
(self, description: str)¶
-
setAccessibleName
(self, name: str)¶
-
setAttribute
(self, arg__1: PySide2.QtCore.Qt.WidgetAttribute, on: bool = True)¶
-
setAutoFillBackground
(self, enabled: bool)¶
-
setBackgroundRole
(self, arg__1: PySide2.QtGui.QPalette.ColorRole)¶
-
setBaseSize
(self, arg__1: PySide2.QtCore.QSize)¶ setBaseSize(self, basew: int, baseh: int)
-
setButtonText
(self, button: int, text: str)¶
-
setCheckBox
(self, cb: PySide2.QtWidgets.QCheckBox)¶
-
setContentsMargins
(self, left: int, top: int, right: int, bottom: int)¶ setContentsMargins(self, margins: PySide2.QtCore.QMargins)
-
setContextMenuPolicy
(self, policy: PySide2.QtCore.Qt.ContextMenuPolicy)¶
-
setCursor
(self, arg__1: PySide2.QtGui.QCursor)¶
-
setDefaultButton
(self, button: PySide2.QtWidgets.QMessageBox.StandardButton)¶ setDefaultButton(self, button: PySide2.QtWidgets.QPushButton)
-
setDetailedText
(self, text: str)¶
-
setDisabled
(self, arg__1: bool)¶
-
setEnabled
(self, arg__1: bool)¶
-
setEscapeButton
(self, button: PySide2.QtWidgets.QAbstractButton)¶ setEscapeButton(self, button: PySide2.QtWidgets.QMessageBox.StandardButton)
-
setExtension
(self, extension: PySide2.QtWidgets.QWidget)¶
-
setFixedHeight
(self, h: int)¶
-
setFixedSize
(self, arg__1: PySide2.QtCore.QSize)¶ setFixedSize(self, w: int, h: int)
-
setFixedWidth
(self, w: int)¶
-
setFocus
(self)¶ setFocus(self, reason: PySide2.QtCore.Qt.FocusReason)
-
setFocusPolicy
(self, policy: PySide2.QtCore.Qt.FocusPolicy)¶
-
setFocusProxy
(self, arg__1: PySide2.QtWidgets.QWidget)¶
-
setFont
(self, arg__1: PySide2.QtGui.QFont)¶
-
setForegroundRole
(self, arg__1: PySide2.QtGui.QPalette.ColorRole)¶
-
setGeometry
(self, arg__1: PySide2.QtCore.QRect)¶ setGeometry(self, x: int, y: int, w: int, h: int)
-
setGraphicsEffect
(self, effect: PySide2.QtWidgets.QGraphicsEffect)¶
-
setHidden
(self, hidden: bool)¶
-
setIcon
(self, arg__1: PySide2.QtWidgets.QMessageBox.Icon)¶
-
setIconPixmap
(self, pixmap: PySide2.QtGui.QPixmap)¶
-
setInformativeText
(self, text: str)¶
-
setInputMethodHints
(self, hints: PySide2.QtCore.Qt.InputMethodHints)¶
-
setLayout
(self, arg__1: PySide2.QtWidgets.QLayout)¶
-
setLayoutDirection
(self, direction: PySide2.QtCore.Qt.LayoutDirection)¶
-
setLocale
(self, locale: PySide2.QtCore.QLocale)¶
-
setMask
(self, arg__1: PySide2.QtGui.QBitmap)¶ setMask(self, arg__1: PySide2.QtGui.QRegion)
-
setMaximumHeight
(self, maxh: int)¶
-
setMaximumSize
(self, arg__1: PySide2.QtCore.QSize)¶ setMaximumSize(self, maxw: int, maxh: int)
-
setMaximumWidth
(self, maxw: int)¶
-
setMinimumHeight
(self, minh: int)¶
-
setMinimumSize
(self, arg__1: PySide2.QtCore.QSize)¶ setMinimumSize(self, minw: int, minh: int)
-
setMinimumWidth
(self, minw: int)¶
-
setModal
(self, modal: bool)¶
-
setMouseTracking
(self, enable: bool)¶
-
setObjectName
(self, name: str)¶
-
setOrientation
(self, orientation: PySide2.QtCore.Qt.Orientation)¶
-
setPalette
(self, arg__1: PySide2.QtGui.QPalette)¶
-
setParent
(self, parent: PySide2.QtWidgets.QWidget)¶ setParent(self, parent: PySide2.QtWidgets.QWidget, f: PySide2.QtCore.Qt.WindowFlags)
-
setProperty
(self, name: str, value: typing.Any) → bool¶
-
setResult
(self, r: int)¶
-
setShortcutAutoRepeat
(self, id: int, enable: bool = True)¶
-
setShortcutEnabled
(self, id: int, enable: bool = True)¶
-
setSizeGripEnabled
(self, arg__1: bool)¶
-
setSizeIncrement
(self, arg__1: PySide2.QtCore.QSize)¶ setSizeIncrement(self, w: int, h: int)
-
setSizePolicy
(self, arg__1: PySide2.QtWidgets.QSizePolicy)¶ setSizePolicy(self, horizontal: PySide2.QtWidgets.QSizePolicy.Policy, vertical: PySide2.QtWidgets.QSizePolicy.Policy)
-
setStandardButtons
(self, buttons: PySide2.QtWidgets.QMessageBox.StandardButtons)¶
-
setStatusTip
(self, arg__1: str)¶
-
setStyle
(self, arg__1: PySide2.QtWidgets.QStyle)¶
-
setStyleSheet
(self, styleSheet: str)¶
-
static
setTabOrder
(arg__1: PySide2.QtWidgets.QWidget, arg__2: PySide2.QtWidgets.QWidget)¶
-
setTabletTracking
(self, enable: bool)¶
-
setText
(self, text: str)¶
-
setTextFormat
(self, format: PySide2.QtCore.Qt.TextFormat)¶
-
setTextInteractionFlags
(self, flags: PySide2.QtCore.Qt.TextInteractionFlags)¶
-
setToolTip
(self, arg__1: str)¶
-
setToolTipDuration
(self, msec: int)¶
-
setUpdatesEnabled
(self, enable: bool)¶
-
setVisible
(self, visible: bool)¶
-
setWhatsThis
(self, arg__1: str)¶
-
setWindowFilePath
(self, filePath: str)¶
-
setWindowFlag
(self, arg__1: PySide2.QtCore.Qt.WindowType, on: bool = True)¶
-
setWindowFlags
(self, type: PySide2.QtCore.Qt.WindowFlags)¶
-
setWindowIcon
(self, icon: PySide2.QtGui.QIcon)¶
-
setWindowIconText
(self, arg__1: str)¶
-
setWindowModality
(self, windowModality: PySide2.QtCore.Qt.WindowModality)¶
-
setWindowModified
(self, arg__1: bool)¶
-
setWindowOpacity
(self, level: float)¶
-
setWindowRole
(self, arg__1: str)¶
-
setWindowState
(self, state: PySide2.QtCore.Qt.WindowStates)¶
-
setWindowTitle
(self, title: str)¶
-
show
(self)¶
-
showEvent
(self, event: PySide2.QtGui.QShowEvent)¶
-
showExtension
(self, arg__1: bool)¶
-
showFullScreen
(self)¶
-
showMaximized
(self)¶
-
showMinimized
(self)¶
-
showNormal
(self)¶
-
signalsBlocked
(self) → bool¶
-
size
(self) → PySide2.QtCore.QSize¶
-
sizeHint
(self) → PySide2.QtCore.QSize¶
-
sizeIncrement
(self) → PySide2.QtCore.QSize¶
-
sizePolicy
(self) → PySide2.QtWidgets.QSizePolicy¶
-
stackUnder
(self, arg__1: PySide2.QtWidgets.QWidget)¶
-
standardButton
(self, button: PySide2.QtWidgets.QAbstractButton) → PySide2.QtWidgets.QMessageBox.StandardButton¶
-
standardButtons
(self) → PySide2.QtWidgets.QMessageBox.StandardButtons¶
-
static
standardIcon
(icon: PySide2.QtWidgets.QMessageBox.Icon) → PySide2.QtGui.QPixmap¶
-
startTimer
(self, interval: int, timerType: PySide2.QtCore.Qt.TimerType = PySide2.QtCore.Qt.TimerType.CoarseTimer) → int¶
-
statusTip
(self) → str¶
-
style
(self) → PySide2.QtWidgets.QStyle¶
-
styleSheet
(self) → str¶
-
tabletEvent
(self, event: PySide2.QtGui.QTabletEvent)¶
-
testAttribute
(self, arg__1: PySide2.QtCore.Qt.WidgetAttribute) → bool¶
-
text
(self) → str¶
-
textFormat
(self) → PySide2.QtCore.Qt.TextFormat¶
-
textInteractionFlags
(self) → PySide2.QtCore.Qt.TextInteractionFlags¶
-
thread
(self) → PySide2.QtCore.QThread¶
-
timerEvent
(self, event: PySide2.QtCore.QTimerEvent)¶
-
toolTip
(self) → str¶
-
toolTipDuration
(self) → int¶
-
topLevelWidget
(self) → PySide2.QtWidgets.QWidget¶
-
tr
(self, arg__1: str, arg__2: str = '', arg__3: int = - 1) → str¶
-
underMouse
(self) → bool¶
-
ungrabGesture
(self, type: PySide2.QtCore.Qt.GestureType)¶
-
unsetCursor
(self)¶
-
unsetLayoutDirection
(self)¶
-
unsetLocale
(self)¶
-
update
(self)¶ update(self, arg__1: PySide2.QtCore.QRect) update(self, arg__1: PySide2.QtGui.QRegion) update(self, x: int, y: int, w: int, h: int)
-
updateGeometry
(self)¶
-
updateMicroFocus
(self)¶
-
updatesEnabled
(self) → bool¶
-
visibleRegion
(self) → PySide2.QtGui.QRegion¶
-
static
warning
(parent: PySide2.QtWidgets.QWidget, title: str, text: str, button0: PySide2.QtWidgets.QMessageBox.StandardButton, button1: PySide2.QtWidgets.QMessageBox.StandardButton) → int¶ warning(parent: PySide2.QtWidgets.QWidget, title: str, text: str, buttons: PySide2.QtWidgets.QMessageBox.StandardButtons = PySide2.QtWidgets.QMessageBox.StandardButton.Ok, defaultButton: PySide2.QtWidgets.QMessageBox.StandardButton = PySide2.QtWidgets.QMessageBox.StandardButton.NoButton) -> PySide2.QtWidgets.QMessageBox.StandardButton
-
whatsThis
(self) → str¶
-
wheelEvent
(self, event: PySide2.QtGui.QWheelEvent)¶
-
width
(self) → int¶
-
widthMM
(self) → int¶
-
winId
(self) → int¶
-
window
(self) → PySide2.QtWidgets.QWidget¶
-
windowFilePath
(self) → str¶
-
windowFlags
(self) → PySide2.QtCore.Qt.WindowFlags¶
-
windowHandle
(self) → PySide2.QtGui.QWindow¶
-
windowIcon
(self) → PySide2.QtGui.QIcon¶
-
windowIconText
(self) → str¶
-
windowModality
(self) → PySide2.QtCore.Qt.WindowModality¶
-
windowOpacity
(self) → float¶
-
windowRole
(self) → str¶
-
windowState
(self) → PySide2.QtCore.Qt.WindowStates¶
-
windowTitle
(self) → str¶
-
windowType
(self) → PySide2.QtCore.Qt.WindowType¶
-
x
(self) → int¶
-
y
(self) → int¶
-
static