nukescripts.readviewscheck.QApplication¶
-
class
nukescripts.readviewscheck.
QApplication
(self)¶ Bases:
PySide2.QtGui.QGuiApplication
QApplication(self, arg__1: typing.List[str])
Methods
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
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
font(arg__1: PySide2.QtWidgets.QWidget) -> PySide2.QtGui.QFont font(className: str) -> PySide2.QtGui.QFont
palette(arg__1: PySide2.QtWidgets.QWidget) -> PySide2.QtGui.QPalette palette(className: str) -> PySide2.QtGui.QPalette
processEvents(flags: PySide2.QtCore.QEventLoop.ProcessEventsFlags = PySide2.QtCore.QEventLoop.ProcessEventsFlag.AllEvents)
setFont(arg__1: PySide2.QtGui.QFont, className: str = None)
setPalette(pal: PySide2.QtGui.QPalette)
setStyle(arg__1: str) -> PySide2.QtWidgets.QStyle
topLevelAt(x: int, y: int) -> PySide2.QtWidgets.QWidget
widgetAt(x: int, y: int) -> PySide2.QtWidgets.QWidget
Attributes
ApplicationFlags
CustomColor
ManyColor
NormalColor
aboutToQuit
applicationDisplayNameChanged
applicationNameChanged
applicationStateChanged
applicationVersionChanged
commitDataRequest
destroyed
focusChanged
focusObjectChanged
focusWindowChanged
fontChanged
fontDatabaseChanged
lastWindowClosed
layoutDirectionChanged
objectNameChanged
organizationDomainChanged
organizationNameChanged
paletteChanged
primaryScreenChanged
saveStateRequest
screenAdded
screenRemoved
staticMetaObject
-
static
aboutQt
()¶
-
static
activeModalWidget
() → PySide2.QtWidgets.QWidget¶
-
static
activePopupWidget
() → PySide2.QtWidgets.QWidget¶
-
static
activeWindow
() → PySide2.QtWidgets.QWidget¶
-
static
addLibraryPath
(arg__1: str)¶
-
static
alert
(widget: PySide2.QtWidgets.QWidget, duration: int = 0)¶
-
static
allWidgets
() → typing.List[PySide2.QtWidgets.QWidget]¶
-
static
allWindows
() → typing.List[PySide2.QtGui.QWindow]¶
-
static
applicationDirPath
() → str¶
-
static
applicationDisplayName
() → str¶
-
static
applicationFilePath
() → str¶
-
static
applicationName
() → str¶
-
static
applicationPid
() → int¶
-
static
applicationState
() → PySide2.QtCore.Qt.ApplicationState¶
-
static
applicationVersion
() → str¶
-
static
arguments
() → typing.List[str]¶
-
autoSipEnabled
(self) → bool¶
-
static
beep
()¶
-
blockSignals
(self, b: bool) → bool¶
-
static
changeOverrideCursor
(arg__1: PySide2.QtGui.QCursor)¶
-
childEvent
(self, event: PySide2.QtCore.QChildEvent)¶
-
children
(self) → typing.List[PySide2.QtCore.QObject]¶
-
static
clipboard
() → PySide2.QtGui.QClipboard¶
-
static
closeAllWindows
()¶
-
static
closingDown
() → bool¶
-
static
colorSpec
() → 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)¶
-
static
cursorFlashTime
() → int¶
-
customEvent
(self, event: PySide2.QtCore.QEvent)¶
-
deferredUpdatesEnabled
(self) → bool¶
-
deleteLater
(self)¶
-
static
desktop
() → PySide2.QtWidgets.QDesktopWidget¶
-
static
desktopFileName
() → str¶
-
static
desktopSettingsAware
() → bool¶
-
devicePixelRatio
(self) → 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)¶
-
static
doubleClickInterval
() → int¶
-
dumpObjectInfo
(self)¶
-
dumpObjectTree
(self)¶
-
dynamicPropertyNames
(self) → typing.List[PySide2.QtCore.QByteArray]¶
-
emit
(self, arg__1: str, *args) → bool¶
-
event
(self, arg__1: PySide2.QtCore.QEvent) → bool¶
-
static
eventDispatcher
() → PySide2.QtCore.QAbstractEventDispatcher¶
-
eventFilter
(self, watched: PySide2.QtCore.QObject, event: PySide2.QtCore.QEvent) → bool¶
-
static
exec_
() → int¶
-
static
executeDeferredUpdates
()¶
-
static
exit
(retcode: int = 0)¶
-
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
-
static
flush
()¶
-
static
focusObject
() → PySide2.QtCore.QObject¶
-
static
focusWidget
() → PySide2.QtWidgets.QWidget¶
-
static
focusWindow
() → PySide2.QtGui.QWindow¶
-
static
font
() → PySide2.QtGui.QFont¶ font(arg__1: PySide2.QtWidgets.QWidget) -> PySide2.QtGui.QFont font(className: str) -> PySide2.QtGui.QFont
-
static
fontMetrics
() → PySide2.QtGui.QFontMetrics¶
-
static
globalStrut
() → PySide2.QtCore.QSize¶
-
static
hasPendingEvents
() → bool¶
-
inherits
(self, classname: str) → bool¶
-
static
inputMethod
() → PySide2.QtGui.QInputMethod¶
-
installEventFilter
(self, filterObj: PySide2.QtCore.QObject)¶
-
installNativeEventFilter
(self, filterObj: PySide2.QtCore.QAbstractNativeEventFilter)¶
-
static
installTranslator
(messageFile: PySide2.QtCore.QTranslator) → bool¶
-
static
instance
() → PySide2.QtCore.QCoreApplication¶
-
static
isEffectEnabled
(arg__1: PySide2.QtCore.Qt.UIEffect) → bool¶
-
static
isFallbackSessionManagementEnabled
() → bool¶
-
static
isLeftToRight
() → bool¶
-
static
isQuitLockEnabled
() → bool¶
-
static
isRightToLeft
() → bool¶
-
isSavingSession
(self) → bool¶
-
isSessionRestored
(self) → bool¶
-
static
isSetuidAllowed
() → bool¶
-
isSignalConnected
(self, signal: PySide2.QtCore.QMetaMethod) → bool¶
-
isWidgetType
(self) → bool¶
-
isWindowType
(self) → bool¶
-
static
keyboardInputInterval
() → int¶
-
static
keyboardModifiers
() → PySide2.QtCore.Qt.KeyboardModifiers¶
-
killTimer
(self, id: int)¶
-
static
layoutDirection
() → PySide2.QtCore.Qt.LayoutDirection¶
-
static
libraryPaths
() → typing.List[str]¶
-
metaObject
(self) → PySide2.QtCore.QMetaObject¶
-
static
modalWindow
() → PySide2.QtGui.QWindow¶
-
static
mouseButtons
() → PySide2.QtCore.Qt.MouseButtons¶
-
moveToThread
(self, thread: PySide2.QtCore.QThread)¶
-
notify
(self, arg__1: PySide2.QtCore.QObject, arg__2: PySide2.QtCore.QEvent) → bool¶
-
objectName
(self) → str¶
-
static
organizationDomain
() → str¶
-
static
organizationName
() → str¶
-
static
overrideCursor
() → PySide2.QtGui.QCursor¶
-
static
palette
() → PySide2.QtGui.QPalette¶ palette(arg__1: PySide2.QtWidgets.QWidget) -> PySide2.QtGui.QPalette palette(className: str) -> PySide2.QtGui.QPalette
-
parent
(self) → PySide2.QtCore.QObject¶
-
static
platformName
() → str¶
-
static
postEvent
(receiver: PySide2.QtCore.QObject, event: PySide2.QtCore.QEvent, priority: int = PySide2.QtCore.Qt.EventPriority.NormalEventPriority)¶
-
static
primaryScreen
() → PySide2.QtGui.QScreen¶
-
static
processEvents
(flags: PySide2.QtCore.QEventLoop.ProcessEventsFlags, maxtime: int)¶ processEvents(flags: PySide2.QtCore.QEventLoop.ProcessEventsFlags = PySide2.QtCore.QEventLoop.ProcessEventsFlag.AllEvents)
-
property
(self, name: str) → typing.Any¶
-
static
queryKeyboardModifiers
() → PySide2.QtCore.Qt.KeyboardModifiers¶
-
static
quit
()¶
-
static
quitOnLastWindowClosed
() → bool¶
-
receivers
(self, signal: str) → int¶
-
static
registerUserData
() → int¶
-
removeEventFilter
(self, obj: PySide2.QtCore.QObject)¶
-
static
removeLibraryPath
(arg__1: str)¶
-
removeNativeEventFilter
(self, filterObj: PySide2.QtCore.QAbstractNativeEventFilter)¶
-
static
removePostedEvents
(receiver: PySide2.QtCore.QObject, eventType: int = 0)¶
-
static
removeTranslator
(messageFile: PySide2.QtCore.QTranslator) → bool¶
-
static
restoreOverrideCursor
()¶
-
static
screenAt
(point: PySide2.QtCore.QPoint) → PySide2.QtGui.QScreen¶
-
static
screens
() → typing.List[PySide2.QtGui.QScreen]¶
-
static
sendEvent
(receiver: PySide2.QtCore.QObject, event: PySide2.QtCore.QEvent) → bool¶
-
static
sendPostedEvents
(receiver: PySide2.QtCore.QObject = None, event_type: int = 0)¶
-
sender
(self) → PySide2.QtCore.QObject¶
-
senderSignalIndex
(self) → int¶
-
sessionId
(self) → str¶
-
sessionKey
(self) → str¶
-
static
setActiveWindow
(act: PySide2.QtWidgets.QWidget)¶
-
static
setApplicationDisplayName
(name: str)¶
-
static
setApplicationName
(application: str)¶
-
static
setApplicationVersion
(version: str)¶
-
static
setAttribute
(attribute: PySide2.QtCore.Qt.ApplicationAttribute, on: bool = True)¶
-
setAutoSipEnabled
(self, enabled: bool)¶
-
static
setColorSpec
(arg__1: int)¶
-
static
setCursorFlashTime
(arg__1: int)¶
-
setDeferredUpdatesEnabled
(self, enabled: bool)¶
-
static
setDesktopFileName
(name: str)¶
-
static
setDesktopSettingsAware
(on: bool)¶
-
static
setDoubleClickInterval
(arg__1: int)¶
-
static
setEffectEnabled
(arg__1: PySide2.QtCore.Qt.UIEffect, enable: bool = True)¶
-
static
setEventDispatcher
(eventDispatcher: PySide2.QtCore.QAbstractEventDispatcher)¶
-
static
setFallbackSessionManagementEnabled
(arg__1: bool)¶
-
static
setFont
(arg__1: PySide2.QtGui.QFont)¶ setFont(arg__1: PySide2.QtGui.QFont, className: str = None)
-
static
setGlobalStrut
(arg__1: PySide2.QtCore.QSize)¶
-
static
setKeyboardInputInterval
(arg__1: int)¶
-
static
setLayoutDirection
(direction: PySide2.QtCore.Qt.LayoutDirection)¶
-
static
setLibraryPaths
(arg__1: typing.List[str])¶
-
setObjectName
(self, name: str)¶
-
static
setOrganizationDomain
(orgDomain: str)¶
-
static
setOrganizationName
(orgName: str)¶
-
static
setOverrideCursor
(arg__1: PySide2.QtGui.QCursor)¶
-
static
setPalette
(arg__1: PySide2.QtGui.QPalette, className: str = None)¶ setPalette(pal: PySide2.QtGui.QPalette)
-
setParent
(self, parent: PySide2.QtCore.QObject)¶
-
setProperty
(self, name: str, value: typing.Any) → bool¶
-
static
setQuitLockEnabled
(enabled: bool)¶
-
static
setQuitOnLastWindowClosed
(quit: bool)¶
-
static
setSetuidAllowed
(allow: bool)¶
-
static
setStartDragDistance
(l: int)¶
-
static
setStartDragTime
(ms: int)¶
-
static
setStyle
(arg__1: PySide2.QtWidgets.QStyle)¶ setStyle(arg__1: str) -> PySide2.QtWidgets.QStyle
-
setStyleSheet
(self, sheet: str)¶
-
static
setWheelScrollLines
(arg__1: int)¶
-
static
setWindowIcon
(icon: PySide2.QtGui.QIcon)¶
-
signalsBlocked
(self) → bool¶
-
static
startDragDistance
() → int¶
-
static
startDragTime
() → int¶
-
startTimer
(self, interval: int, timerType: PySide2.QtCore.Qt.TimerType = PySide2.QtCore.Qt.TimerType.CoarseTimer) → int¶
-
static
startingUp
() → bool¶
-
static
style
() → PySide2.QtWidgets.QStyle¶
-
static
styleHints
() → PySide2.QtGui.QStyleHints¶
-
styleSheet
(self) → str¶
-
static
sync
()¶
-
static
testAttribute
(attribute: PySide2.QtCore.Qt.ApplicationAttribute) → bool¶
-
thread
(self) → PySide2.QtCore.QThread¶
-
timerEvent
(self, event: PySide2.QtCore.QTimerEvent)¶
-
static
topLevelAt
(p: PySide2.QtCore.QPoint) → PySide2.QtWidgets.QWidget¶ topLevelAt(x: int, y: int) -> PySide2.QtWidgets.QWidget
-
static
topLevelWidgets
() → typing.List[PySide2.QtWidgets.QWidget]¶
-
static
topLevelWindows
() → typing.List[PySide2.QtGui.QWindow]¶
-
tr
(self, arg__1: str, arg__2: str = '', arg__3: int = - 1) → str¶
-
static
translate
(context: str, key: str, disambiguation: str = None, n: int = - 1) → str¶
-
static
wheelScrollLines
() → int¶
-
static
widgetAt
(p: PySide2.QtCore.QPoint) → PySide2.QtWidgets.QWidget¶ widgetAt(x: int, y: int) -> PySide2.QtWidgets.QWidget
-
static
windowIcon
() → PySide2.QtGui.QIcon¶
-
static