nukescripts.cache.QApplication

class nukescripts.cache.QApplication(self) None
class nukescripts.cache.QApplication(self, arg__1: Sequence[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

deleteLater

desktop

desktopFileName

desktopSettingsAware

devicePixelRatio

disconnect

disconnectNotify

doubleClickInterval

dumpObjectInfo

dumpObjectTree

dynamicPropertyNames

emit

event

eventDispatcher

eventFilter

exec_

exit

findChild

findChildren

flush

focusObject

focusWidget

focusWindow

font

fontMetrics

globalStrut

hasPendingEvents

highDpiScaleFactorRoundingPolicy

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

setDesktopFileName

setDesktopSettingsAware

setDoubleClickInterval

setEffectEnabled

setEventDispatcher

setFallbackSessionManagementEnabled

setFont

setGlobalStrut

setHighDpiScaleFactorRoundingPolicy

setKeyboardInputInterval

setLayoutDirection

setLibraryPaths

setObjectName

setOrganizationDomain

setOrganizationName

setOverrideCursor

setPalette

setParent

setProperty

setQuitLockEnabled

setQuitOnLastWindowClosed

setSetuidAllowed

setStartDragDistance

setStartDragTime

setStyle

setStyleSheet

setWheelScrollLines

setWindowIcon

shutdown

signalsBlocked

startDragDistance

startDragTime

startTimer

startingUp

style

styleHints

styleSheet

sync

testAttribute

thread

timerEvent

topLevelAt

topLevelWidgets

topLevelWindows

tr

translate

wheelScrollLines

widgetAt

windowIcon

Attributes

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() None
static activeModalWidget() PySide2.QtWidgets.QWidget
static activePopupWidget() PySide2.QtWidgets.QWidget
static activeWindow() PySide2.QtWidgets.QWidget
static addLibraryPath(arg__1: str) None
static alert(widget: PySide2.QtWidgets.QWidget, duration: int = 0) None
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() None
blockSignals(self, b: bool) bool
static changeOverrideCursor(arg__1: PySide2.QtGui.QCursor) None
childEvent(self, event: PySide2.QtCore.QChildEvent) None
children(self) List[PySide2.QtCore.QObject]
static clipboard() PySide2.QtGui.QClipboard
static closeAllWindows() None
static closingDown() bool
static colorSpec() int
static connect(arg__1: PySide2.QtCore.QObject, arg__2: bytes, arg__3: Callable, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) bool
static connect(self, arg__1: bytes, arg__2: Callable, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) bool
static connect(self, arg__1: bytes, arg__2: PySide2.QtCore.QObject, arg__3: bytes, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) bool
static connect(self, sender: PySide2.QtCore.QObject, signal: bytes, member: bytes, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) PySide2.QtCore.QMetaObject.Connection
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: bytes, receiver: PySide2.QtCore.QObject, member: bytes, type: PySide2.QtCore.Qt.ConnectionType = PySide2.QtCore.Qt.ConnectionType.AutoConnection) PySide2.QtCore.QMetaObject.Connection
connectNotify(self, signal: PySide2.QtCore.QMetaMethod) None
static cursorFlashTime() int
customEvent(self, event: PySide2.QtCore.QEvent) None
deleteLater(self) None
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: bytes, arg__3: Callable) bool
static disconnect(self, arg__1: bytes, arg__2: Callable) bool
static disconnect(self, receiver: PySide2.QtCore.QObject, member: Optional[bytes] = None) bool
static disconnect(self, signal: bytes, receiver: PySide2.QtCore.QObject, member: bytes) 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: bytes, receiver: PySide2.QtCore.QObject, member: bytes) bool
disconnectNotify(self, signal: PySide2.QtCore.QMetaMethod) None
static doubleClickInterval() int
dumpObjectInfo(self) None
dumpObjectTree(self) None
dynamicPropertyNames(self) List[PySide2.QtCore.QByteArray]
emit(self, arg__1: bytes, *args: None) 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 exit(retcode: int = 0) None
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: PySide2.QtCore.QRegularExpression) Iterable
findChildren(self, arg__1: type, arg__2: str = '') Iterable
static flush() None
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: bytes) PySide2.QtGui.QFont
static fontMetrics() PySide2.QtGui.QFontMetrics
static globalStrut() PySide2.QtCore.QSize
static hasPendingEvents() bool
static highDpiScaleFactorRoundingPolicy() PySide2.QtCore.Qt.HighDpiScaleFactorRoundingPolicy
inherits(self, classname: bytes) bool
static inputMethod() PySide2.QtGui.QInputMethod
installEventFilter(self, filterObj: PySide2.QtCore.QObject) None
installNativeEventFilter(self, filterObj: PySide2.QtCore.QAbstractNativeEventFilter) None
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) None
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) None
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: bytes) 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) None
static primaryScreen() PySide2.QtGui.QScreen
static processEvents(flags: PySide2.QtCore.QEventLoop.ProcessEventsFlags, maxtime: int) None
static processEvents(flags: PySide2.QtCore.QEventLoop.ProcessEventsFlags = PySide2.QtCore.QEventLoop.ProcessEventsFlag.AllEvents) None
property(self, name: bytes) Any
static queryKeyboardModifiers() PySide2.QtCore.Qt.KeyboardModifiers
static quit() None
static quitOnLastWindowClosed() bool
receivers(self, signal: bytes) int
static registerUserData() int
removeEventFilter(self, obj: PySide2.QtCore.QObject) None
static removeLibraryPath(arg__1: str) None
removeNativeEventFilter(self, filterObj: PySide2.QtCore.QAbstractNativeEventFilter) None
static removePostedEvents(receiver: PySide2.QtCore.QObject, eventType: int = 0) None
static removeTranslator(messageFile: PySide2.QtCore.QTranslator) bool
static restoreOverrideCursor() None
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: Optional[PySide2.QtCore.QObject] = None, event_type: int = 0) None
sender(self) PySide2.QtCore.QObject
senderSignalIndex(self) int
sessionId(self) str
sessionKey(self) str
static setActiveWindow(act: PySide2.QtWidgets.QWidget) None
static setApplicationDisplayName(name: str) None
static setApplicationName(application: str) None
static setApplicationVersion(version: str) None
static setAttribute(attribute: PySide2.QtCore.Qt.ApplicationAttribute, on: bool = True) None
setAutoSipEnabled(self, enabled: bool) None
static setColorSpec(arg__1: int) None
static setCursorFlashTime(arg__1: int) None
static setDesktopFileName(name: str) None
static setDesktopSettingsAware(on: bool) None
static setDoubleClickInterval(arg__1: int) None
static setEffectEnabled(arg__1: PySide2.QtCore.Qt.UIEffect, enable: bool = True) None
static setEventDispatcher(eventDispatcher: PySide2.QtCore.QAbstractEventDispatcher) None
static setFallbackSessionManagementEnabled(arg__1: bool) None
static setFont(arg__1: PySide2.QtGui.QFont) None
static setFont(arg__1: PySide2.QtGui.QFont, className: Optional[bytes] = None) None
static setGlobalStrut(arg__1: PySide2.QtCore.QSize) None
static setHighDpiScaleFactorRoundingPolicy(policy: PySide2.QtCore.Qt.HighDpiScaleFactorRoundingPolicy) None
static setKeyboardInputInterval(arg__1: int) None
static setLayoutDirection(direction: PySide2.QtCore.Qt.LayoutDirection) None
static setLibraryPaths(arg__1: Sequence[str]) None
setObjectName(self, name: str) None
static setOrganizationDomain(orgDomain: str) None
static setOrganizationName(orgName: str) None
static setOverrideCursor(arg__1: PySide2.QtGui.QCursor) None
static setPalette(arg__1: PySide2.QtGui.QPalette, className: Optional[bytes] = None) None
static setPalette(pal: PySide2.QtGui.QPalette) None
setParent(self, parent: PySide2.QtCore.QObject) None
setProperty(self, name: bytes, value: Any) bool
static setQuitLockEnabled(enabled: bool) None
static setQuitOnLastWindowClosed(quit: bool) None
static setSetuidAllowed(allow: bool) None
static setStartDragDistance(l: int) None
static setStartDragTime(ms: int) None
static setStyle(arg__1: PySide2.QtWidgets.QStyle) None
static setStyle(arg__1: str) PySide2.QtWidgets.QStyle
setStyleSheet(self, sheet: str) None
static setWheelScrollLines(arg__1: int) None
static setWindowIcon(icon: PySide2.QtGui.QIcon) None
shutdown(self) None
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() None
static testAttribute(attribute: PySide2.QtCore.Qt.ApplicationAttribute) bool
thread(self) PySide2.QtCore.QThread
timerEvent(self, event: PySide2.QtCore.QTimerEvent) None
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: bytes, arg__2: bytes = b'', arg__3: int = - 1) str
static translate(context: bytes, key: bytes, disambiguation: Optional[bytes] = 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