nukescripts.QApplication

class nukescripts.QApplication(self)
class nukescripts.QApplication(self, arg__1: List[str]) None

Bases: PySide2.QtGui.QGuiApplication

Methods

aboutQt

activeModalWidget

activePopupWidget

activeWindow

addLibraryPath

alert

allWidgets

allWindows

applicationDirPath

applicationDisplayName

applicationFilePath

applicationName

applicationPid

applicationState

applicationVersion

arguments

autoSipEnabled

beep

blockSignals

changeOverrideCursor

childEvent

children

clipboard

closeAllWindows

closingDown

colorSpec

connect

connectNotify

cursorFlashTime

customEvent

deferredUpdatesEnabled

deleteLater

desktop

desktopFileName

desktopSettingsAware

devicePixelRatio

disconnect

disconnectNotify

doubleClickInterval

dumpObjectInfo

dumpObjectTree

dynamicPropertyNames

emit

event

eventDispatcher

eventFilter

exec_

executeDeferredUpdates

exit

findChild

findChildren

flush

focusObject

focusWidget

focusWindow

font

fontMetrics

globalStrut

hasPendingEvents

inherits

inputMethod

installEventFilter

installNativeEventFilter

installTranslator

instance

isEffectEnabled

isFallbackSessionManagementEnabled

isLeftToRight

isQuitLockEnabled

isRightToLeft

isSavingSession

isSessionRestored

isSetuidAllowed

isSignalConnected

isWidgetType

isWindowType

keyboardInputInterval

keyboardModifiers

killTimer

layoutDirection

libraryPaths

metaObject

modalWindow

mouseButtons

moveToThread

notify

objectName

organizationDomain

organizationName

overrideCursor

palette

parent

platformName

postEvent

primaryScreen

processEvents

property

queryKeyboardModifiers

quit

quitOnLastWindowClosed

receivers

registerUserData

removeEventFilter

removeLibraryPath

removeNativeEventFilter

removePostedEvents

removeTranslator

restoreOverrideCursor

screenAt

screens

sendEvent

sendPostedEvents

sender

senderSignalIndex

sessionId

sessionKey

setActiveWindow

setApplicationDisplayName

setApplicationName

setApplicationVersion

setAttribute

setAutoSipEnabled

setColorSpec

setCursorFlashTime

setDeferredUpdatesEnabled

setDesktopFileName

setDesktopSettingsAware

setDoubleClickInterval

setEffectEnabled

setEventDispatcher

setFallbackSessionManagementEnabled

setFont

setGlobalStrut

setKeyboardInputInterval

setLayoutDirection

setLibraryPaths

setObjectName

setOrganizationDomain

setOrganizationName

setOverrideCursor

setPalette

setParent

setProperty

setQuitLockEnabled

setQuitOnLastWindowClosed

setSetuidAllowed

setStartDragDistance

setStartDragTime

setStyle

setStyleSheet

setWheelScrollLines

setWindowIcon

signalsBlocked

startDragDistance

startDragTime

startTimer

startingUp

style

styleHints

styleSheet

sync

testAttribute

thread

timerEvent

topLevelAt

topLevelWidgets

topLevelWindows

tr

translate

wheelScrollLines

widgetAt

windowIcon

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() List[PySide2.QtWidgets.QWidget]
static allWindows() 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() 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) 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: Callable, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) bool
static connect(arg__1: str, arg__2: Callable, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) bool
static connect(arg__1: str, arg__2: PySide2.QtCore.QObject, arg__3: str, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) bool
static 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
static connect(sender: PySide2.QtCore.QObject, signal: str, member: str, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) PySide2.QtCore.QMetaObject.Connection
static 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
static disconnect(arg__1: PySide2.QtCore.QObject, arg__2: str, arg__3: Callable) bool
static disconnect(arg__1: str, arg__2: Callable) bool
static disconnect(receiver: PySide2.QtCore.QObject, member: str = None) bool
static disconnect(sender: PySide2.QtCore.QObject, signal: PySide2.QtCore.QMetaMethod, receiver: PySide2.QtCore.QObject, member: PySide2.QtCore.QMetaMethod) bool
static disconnect(sender: PySide2.QtCore.QObject, signal: str, receiver: PySide2.QtCore.QObject, member: str) bool
static 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) 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) Iterable
findChildren(self, arg__1: type, arg__2: str = '') Iterable
static flush()
static focusObject() PySide2.QtCore.QObject
static focusWidget() PySide2.QtWidgets.QWidget
static focusWindow() PySide2.QtGui.QWindow
static font() PySide2.QtGui.QFont
static font(arg__1: PySide2.QtWidgets.QWidget) PySide2.QtGui.QFont
static 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() 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
static palette(arg__1: PySide2.QtWidgets.QWidget) PySide2.QtGui.QPalette
static 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)
static processEvents(flags: PySide2.QtCore.QEventLoop.ProcessEventsFlags = PySide2.QtCore.QEventLoop.ProcessEventsFlag.AllEvents) None
property(self, name: str) 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() 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)
static setFont(arg__1: PySide2.QtGui.QFont, className: str = None) None
static setGlobalStrut(arg__1: PySide2.QtCore.QSize)
static setKeyboardInputInterval(arg__1: int)
static setLayoutDirection(direction: PySide2.QtCore.Qt.LayoutDirection)
static setLibraryPaths(arg__1: 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)
static setPalette(pal: PySide2.QtGui.QPalette) None
setParent(self, parent: PySide2.QtCore.QObject)
setProperty(self, name: str, value: 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)
static 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
static topLevelAt(x: int, y: int) PySide2.QtWidgets.QWidget
static topLevelWidgets() List[PySide2.QtWidgets.QWidget]
static topLevelWindows() 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
static widgetAt(x: int, y: int) PySide2.QtWidgets.QWidget
static windowIcon() PySide2.QtGui.QIcon