nukescripts.cache.QApplication

class nukescripts.cache.QApplication(self)
class nukescripts.cache.QApplication(self, arg__1: Sequence[str])

Bases: QGuiApplication

__init__(self) -> None __init__(self, arg__1: Sequence[str]) -> None

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

Methods

aboutQt

aboutQt() -> None

activeModalWidget

activeModalWidget() -> PySide6.QtWidgets.QWidget

activePopupWidget

activePopupWidget() -> PySide6.QtWidgets.QWidget

activeWindow

activeWindow() -> PySide6.QtWidgets.QWidget

addLibraryPath

addLibraryPath(arg__1: str) -> None

alert

alert(widget: PySide6.QtWidgets.QWidget, duration: int = 0) -> None

allWidgets

allWidgets() -> List[PySide6.QtWidgets.QWidget]

allWindows

allWindows() -> List[PySide6.QtGui.QWindow]

applicationDirPath

applicationDirPath() -> str

applicationDisplayName

applicationDisplayName() -> str

applicationFilePath

applicationFilePath() -> str

applicationName

applicationName() -> str

applicationPid

applicationPid() -> int

applicationState

applicationState() -> PySide6.QtCore.Qt.ApplicationState

applicationVersion

applicationVersion() -> str

arguments

arguments() -> List[str]

autoSipEnabled

autoSipEnabled(self) -> bool

beep

beep() -> None

blockSignals

blockSignals(self, b: bool) -> bool

changeOverrideCursor

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

childEvent

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

children

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

clipboard

clipboard() -> PySide6.QtGui.QClipboard

closeAllWindows

closeAllWindows() -> None

closingDown

closingDown() -> bool

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

cursorFlashTime

cursorFlashTime() -> int

customEvent

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

deleteLater

deleteLater(self) -> None

desktopFileName

desktopFileName() -> str

desktopSettingsAware

desktopSettingsAware() -> bool

devicePixelRatio

devicePixelRatio(self) -> 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

doubleClickInterval

doubleClickInterval() -> int

dumpObjectInfo

dumpObjectInfo(self) -> None

dumpObjectTree

dumpObjectTree(self) -> None

dynamicPropertyNames

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

emit

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

event

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

eventDispatcher

eventDispatcher() -> PySide6.QtCore.QAbstractEventDispatcher

eventFilter

eventFilter(self, watched: PySide6.QtCore.QObject, event: PySide6.QtCore.QEvent) -> bool

exec

exec() -> int

exec_

exec_(self) -> int

exit

exit(retcode: int = 0) -> None

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

focusObject

focusObject() -> PySide6.QtCore.QObject

focusWidget

focusWidget() -> PySide6.QtWidgets.QWidget

focusWindow

focusWindow() -> PySide6.QtGui.QWindow

font

font() -> PySide6.QtGui.QFont font(arg__1: PySide6.QtWidgets.QWidget) -> PySide6.QtGui.QFont font(className: bytes) -> PySide6.QtGui.QFont

fontMetrics

fontMetrics() -> PySide6.QtGui.QFontMetrics

highDpiScaleFactorRoundingPolicy

highDpiScaleFactorRoundingPolicy() -> PySide6.QtCore.Qt.HighDpiScaleFactorRoundingPolicy

inherits

inherits(self, classname: bytes) -> bool

inputMethod

inputMethod() -> PySide6.QtGui.QInputMethod

installEventFilter

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

installNativeEventFilter

installNativeEventFilter(self, filterObj: PySide6.QtCore.QAbstractNativeEventFilter) -> None

installTranslator

installTranslator(messageFile: PySide6.QtCore.QTranslator) -> bool

instance

instance() -> Optional[PySide6.QtCore.QCoreApplication]

isEffectEnabled

isEffectEnabled(arg__1: PySide6.QtCore.Qt.UIEffect) -> bool

isLeftToRight

isLeftToRight() -> bool

isQuickItemType

isQuickItemType(self) -> bool

isQuitLockEnabled

isQuitLockEnabled() -> bool

isRightToLeft

isRightToLeft() -> bool

isSavingSession

isSavingSession(self) -> bool

isSessionRestored

isSessionRestored(self) -> bool

isSetuidAllowed

isSetuidAllowed() -> bool

isSignalConnected

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

isWidgetType

isWidgetType(self) -> bool

isWindowType

isWindowType(self) -> bool

keyboardInputInterval

keyboardInputInterval() -> int

keyboardModifiers

keyboardModifiers() -> PySide6.QtCore.Qt.KeyboardModifier

killTimer

killTimer(self, id: int) -> None

layoutDirection

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

libraryPaths

libraryPaths() -> List[str]

metaObject

metaObject(self) -> PySide6.QtCore.QMetaObject

modalWindow

modalWindow() -> PySide6.QtGui.QWindow

mouseButtons

mouseButtons() -> PySide6.QtCore.Qt.MouseButton

moveToThread

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

notify

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

objectName

objectName(self) -> str

organizationDomain

organizationDomain() -> str

organizationName

organizationName() -> str

overrideCursor

overrideCursor() -> PySide6.QtGui.QCursor

palette

palette() -> PySide6.QtGui.QPalette palette(arg__1: PySide6.QtWidgets.QWidget) -> PySide6.QtGui.QPalette palette(className: bytes) -> PySide6.QtGui.QPalette

parent

parent(self) -> PySide6.QtCore.QObject

platformFunction

platformFunction(function: Union[PySide6.QtCore.QByteArray, bytes]) -> int

platformName

platformName() -> str

postEvent

postEvent(receiver: PySide6.QtCore.QObject, event: PySide6.QtCore.QEvent, priority: int = Instance(Qt.NormalEventPriority)) -> None

primaryScreen

primaryScreen() -> PySide6.QtGui.QScreen

processEvents

processEvents(flags: PySide6.QtCore.QEventLoop.ProcessEventsFlag, maxtime: int) -> None processEvents(flags: PySide6.QtCore.QEventLoop.ProcessEventsFlag = Instance(PySide6.QtCore.QEventLoop.AllEvents)) -> None

property

property(self, name: str) -> Any

queryKeyboardModifiers

queryKeyboardModifiers() -> PySide6.QtCore.Qt.KeyboardModifier

quit

quit() -> None

quitOnLastWindowClosed

quitOnLastWindowClosed() -> bool

receivers

receivers(self, signal: bytes) -> int

removeEventFilter

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

removeLibraryPath

removeLibraryPath(arg__1: str) -> None

removeNativeEventFilter

removeNativeEventFilter(self, filterObj: PySide6.QtCore.QAbstractNativeEventFilter) -> None

removePostedEvents

removePostedEvents(receiver: PySide6.QtCore.QObject, eventType: int = 0) -> None

removeTranslator

removeTranslator(messageFile: PySide6.QtCore.QTranslator) -> bool

resolveInterface

resolveInterface(self, name: bytes, revision: int) -> int

restoreOverrideCursor

restoreOverrideCursor() -> None

screenAt

screenAt(point: PySide6.QtCore.QPoint) -> PySide6.QtGui.QScreen

screens

screens() -> List[PySide6.QtGui.QScreen]

sendEvent

sendEvent(receiver: PySide6.QtCore.QObject, event: PySide6.QtCore.QEvent) -> bool

sendPostedEvents

sendPostedEvents(receiver: Optional[PySide6.QtCore.QObject] = None, event_type: int = 0) -> None

sender

sender(self) -> PySide6.QtCore.QObject

senderSignalIndex

senderSignalIndex(self) -> int

sessionId

sessionId(self) -> str

sessionKey

sessionKey(self) -> str

setActiveWindow

setActiveWindow(act: PySide6.QtWidgets.QWidget) -> None

setApplicationDisplayName

setApplicationDisplayName(name: str) -> None

setApplicationName

setApplicationName(application: str) -> None

setApplicationVersion

setApplicationVersion(version: str) -> None

setAttribute

setAttribute(attribute: PySide6.QtCore.Qt.ApplicationAttribute, on: bool = True) -> None

setAutoSipEnabled

setAutoSipEnabled(self, enabled: bool) -> None

setBadgeNumber

setBadgeNumber(self, number: int) -> None

setCursorFlashTime

setCursorFlashTime(arg__1: int) -> None

setDesktopFileName

setDesktopFileName(name: str) -> None

setDesktopSettingsAware

setDesktopSettingsAware(on: bool) -> None

setDoubleClickInterval

setDoubleClickInterval(arg__1: int) -> None

setEffectEnabled

setEffectEnabled(arg__1: PySide6.QtCore.Qt.UIEffect, enable: bool = True) -> None

setEventDispatcher

setEventDispatcher(eventDispatcher: PySide6.QtCore.QAbstractEventDispatcher) -> None

setFont

setFont(arg__1: Union[PySide6.QtGui.QFont, str, Sequence[str]], className: Optional[bytes] = None) -> None

setHighDpiScaleFactorRoundingPolicy

setHighDpiScaleFactorRoundingPolicy(policy: PySide6.QtCore.Qt.HighDpiScaleFactorRoundingPolicy) -> None

setKeyboardInputInterval

setKeyboardInputInterval(arg__1: int) -> None

setLayoutDirection

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

setLibraryPaths

setLibraryPaths(arg__1: Sequence[str]) -> None

setObjectName

setObjectName(self, name: str) -> None

setOrganizationDomain

setOrganizationDomain(orgDomain: str) -> None

setOrganizationName

setOrganizationName(orgName: str) -> None

setOverrideCursor

setOverrideCursor(arg__1: Union[PySide6.QtGui.QCursor, PySide6.QtCore.Qt.CursorShape, PySide6.QtGui.QPixmap]) -> object

setPalette

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

setParent

setParent(self, parent: Optional[PySide6.QtCore.QObject]) -> None

setProperty

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

setQuitLockEnabled

setQuitLockEnabled(enabled: bool) -> None

setQuitOnLastWindowClosed

setQuitOnLastWindowClosed(quit: bool) -> None

setSetuidAllowed

setSetuidAllowed(allow: bool) -> None

setStartDragDistance

setStartDragDistance(l: int) -> None

setStartDragTime

setStartDragTime(ms: int) -> None

setStyle

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

setStyleSheet

setStyleSheet(self, sheet: str) -> None

setWheelScrollLines

setWheelScrollLines(arg__1: int) -> None

setWindowIcon

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

shutdown

shutdown(self) -> None

signalsBlocked

signalsBlocked(self) -> bool

startDragDistance

startDragDistance() -> int

startDragTime

startDragTime() -> int

startTimer

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

startingUp

startingUp() -> bool

style

style() -> PySide6.QtWidgets.QStyle

styleHints

styleHints() -> PySide6.QtGui.QStyleHints

styleSheet

styleSheet(self) -> str

sync

sync() -> None

testAttribute

testAttribute(attribute: PySide6.QtCore.Qt.ApplicationAttribute) -> bool

thread

thread(self) -> PySide6.QtCore.QThread

timerEvent

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

topLevelAt

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

topLevelWidgets

topLevelWidgets() -> List[PySide6.QtWidgets.QWidget]

topLevelWindows

topLevelWindows() -> List[PySide6.QtGui.QWindow]

tr

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

translate

translate(context: str, key: str, disambiguation: Optional[str], n: int = -1) -> str

wheelScrollLines

wheelScrollLines() -> int

widgetAt

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

windowIcon

windowIcon() -> PySide6.QtGui.QIcon

Attributes

ApplicationFlags

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() PySide6.QtWidgets.QWidget
static activePopupWidget() PySide6.QtWidgets.QWidget
static activeWindow() PySide6.QtWidgets.QWidget
static addLibraryPath(arg__1: str) None
static alert(widget: PySide6.QtWidgets.QWidget, duration: int = 0) None
static allWidgets() List[PySide6.QtWidgets.QWidget]
static allWindows() List[PySide6.QtGui.QWindow]
static applicationDirPath() str
static applicationDisplayName() str
static applicationFilePath() str
static applicationName() str
static applicationPid() int
static applicationState() PySide6.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: PySide6.QtGui.QCursor | PySide6.QtCore.Qt.CursorShape | PySide6.QtGui.QPixmap) None
childEvent(self, event: PySide6.QtCore.QChildEvent) None
children(self) List[PySide6.QtCore.QObject]
static clipboard() PySide6.QtGui.QClipboard
static closeAllWindows() None
static closingDown() bool
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
static cursorFlashTime() int
customEvent(self, event: PySide6.QtCore.QEvent) None
deleteLater(self) None
static desktopFileName() str
static desktopSettingsAware() bool
devicePixelRatio(self) 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
static doubleClickInterval() int
dumpObjectInfo(self) None
dumpObjectTree(self) None
dynamicPropertyNames(self) List[PySide6.QtCore.QByteArray]
emit(self, arg__1: bytes, *args: None) bool
event(self, arg__1: PySide6.QtCore.QEvent) bool
static eventDispatcher() PySide6.QtCore.QAbstractEventDispatcher
eventFilter(self, watched: PySide6.QtCore.QObject, event: PySide6.QtCore.QEvent) bool
static exec() int
exec_(self) int
static exit(retcode: int = 0) None
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
static focusObject() PySide6.QtCore.QObject
static focusWidget() PySide6.QtWidgets.QWidget
static focusWindow() PySide6.QtGui.QWindow
static font() PySide6.QtGui.QFont
static font(arg__1: PySide6.QtWidgets.QWidget) PySide6.QtGui.QFont
static font(className: bytes) PySide6.QtGui.QFont
static fontMetrics() PySide6.QtGui.QFontMetrics
static highDpiScaleFactorRoundingPolicy() PySide6.QtCore.Qt.HighDpiScaleFactorRoundingPolicy
inherits(self, classname: bytes) bool
static inputMethod() PySide6.QtGui.QInputMethod
installEventFilter(self, filterObj: PySide6.QtCore.QObject) None
installNativeEventFilter(self, filterObj: PySide6.QtCore.QAbstractNativeEventFilter) None
static installTranslator(messageFile: PySide6.QtCore.QTranslator) bool
static instance() PySide6.QtCore.QCoreApplication | None
static isEffectEnabled(arg__1: PySide6.QtCore.Qt.UIEffect) bool
static isLeftToRight() bool
isQuickItemType(self) bool
static isQuitLockEnabled() bool
static isRightToLeft() bool
isSavingSession(self) bool
isSessionRestored(self) bool
static isSetuidAllowed() bool
isSignalConnected(self, signal: PySide6.QtCore.QMetaMethod) bool
isWidgetType(self) bool
isWindowType(self) bool
static keyboardInputInterval() int
static keyboardModifiers() PySide6.QtCore.Qt.KeyboardModifier
killTimer(self, id: int) None
static layoutDirection() PySide6.QtCore.Qt.LayoutDirection
static libraryPaths() List[str]
metaObject(self) PySide6.QtCore.QMetaObject
static modalWindow() PySide6.QtGui.QWindow
static mouseButtons() PySide6.QtCore.Qt.MouseButton
moveToThread(self, thread: PySide6.QtCore.QThread) None
notify(self, arg__1: PySide6.QtCore.QObject, arg__2: PySide6.QtCore.QEvent) bool
objectName(self) str
static organizationDomain() str
static organizationName() str
static overrideCursor() PySide6.QtGui.QCursor
static palette() PySide6.QtGui.QPalette
static palette(arg__1: PySide6.QtWidgets.QWidget) PySide6.QtGui.QPalette
static palette(className: bytes) PySide6.QtGui.QPalette
parent(self) PySide6.QtCore.QObject
static platformFunction(function: PySide6.QtCore.QByteArray | bytes) int
static platformName() str
static postEvent(receiver: PySide6.QtCore.QObject, event: PySide6.QtCore.QEvent, priority: int = Instance(Qt.NormalEventPriority)) None
static primaryScreen() PySide6.QtGui.QScreen
static processEvents(flags: PySide6.QtCore.QEventLoop.ProcessEventsFlag, maxtime: int) None
static processEvents(flags: PySide6.QtCore.QEventLoop.ProcessEventsFlag = Instance(PySide6.QtCore.QEventLoop.AllEvents)) None
property(self, name: str) Any
static queryKeyboardModifiers() PySide6.QtCore.Qt.KeyboardModifier
static quit() None
static quitOnLastWindowClosed() bool
receivers(self, signal: bytes) int
removeEventFilter(self, obj: PySide6.QtCore.QObject) None
static removeLibraryPath(arg__1: str) None
removeNativeEventFilter(self, filterObj: PySide6.QtCore.QAbstractNativeEventFilter) None
static removePostedEvents(receiver: PySide6.QtCore.QObject, eventType: int = 0) None
static removeTranslator(messageFile: PySide6.QtCore.QTranslator) bool
resolveInterface(self, name: bytes, revision: int) int
static restoreOverrideCursor() None
static screenAt(point: PySide6.QtCore.QPoint) PySide6.QtGui.QScreen
static screens() List[PySide6.QtGui.QScreen]
static sendEvent(receiver: PySide6.QtCore.QObject, event: PySide6.QtCore.QEvent) bool
static sendPostedEvents(receiver: PySide6.QtCore.QObject | None = None, event_type: int = 0) None
sender(self) PySide6.QtCore.QObject
senderSignalIndex(self) int
sessionId(self) str
sessionKey(self) str
static setActiveWindow(act: PySide6.QtWidgets.QWidget) None
static setApplicationDisplayName(name: str) None
static setApplicationName(application: str) None
static setApplicationVersion(version: str) None
static setAttribute(attribute: PySide6.QtCore.Qt.ApplicationAttribute, on: bool = True) None
setAutoSipEnabled(self, enabled: bool) None
setBadgeNumber(self, number: 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: PySide6.QtCore.Qt.UIEffect, enable: bool = True) None
static setEventDispatcher(eventDispatcher: PySide6.QtCore.QAbstractEventDispatcher) None
static setFont(arg__1: PySide6.QtGui.QFont | str | Sequence[str], className: bytes | None = None) None
static setHighDpiScaleFactorRoundingPolicy(policy: PySide6.QtCore.Qt.HighDpiScaleFactorRoundingPolicy) None
static setKeyboardInputInterval(arg__1: int) None
static setLayoutDirection(direction: PySide6.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: PySide6.QtGui.QCursor | PySide6.QtCore.Qt.CursorShape | PySide6.QtGui.QPixmap) object
static setPalette(arg__1: PySide6.QtGui.QPalette | PySide6.QtCore.Qt.GlobalColor | PySide6.QtGui.QColor, className: bytes | None = None) None
setParent(self, parent: PySide6.QtCore.QObject | None) None
setProperty(self, name: str, 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: PySide6.QtWidgets.QStyle) None
static setStyle(arg__1: str) PySide6.QtWidgets.QStyle
setStyleSheet(self, sheet: str) None
static setWheelScrollLines(arg__1: int) None
static setWindowIcon(icon: PySide6.QtGui.QIcon | PySide6.QtGui.QPixmap) None
shutdown(self) None
signalsBlocked(self) bool
static startDragDistance() int
static startDragTime() int
startTimer(self, interval: int, timerType: PySide6.QtCore.Qt.TimerType = Instance(Qt.CoarseTimer)) int
static startingUp() bool
static style() PySide6.QtWidgets.QStyle
static styleHints() PySide6.QtGui.QStyleHints
styleSheet(self) str
static sync() None
static testAttribute(attribute: PySide6.QtCore.Qt.ApplicationAttribute) bool
thread(self) PySide6.QtCore.QThread
timerEvent(self, event: PySide6.QtCore.QTimerEvent) None
static topLevelAt(p: PySide6.QtCore.QPoint) PySide6.QtWidgets.QWidget
static topLevelAt(x: int, y: int) PySide6.QtWidgets.QWidget
static topLevelWidgets() List[PySide6.QtWidgets.QWidget]
static topLevelWindows() List[PySide6.QtGui.QWindow]
classmethod tr(self, sourceText: str, disambiguation: str | None, n: int = -1) str
static translate(context: str, key: str, disambiguation: str | None, n: int = -1) str
static wheelScrollLines() int
static widgetAt(p: PySide6.QtCore.QPoint) PySide6.QtWidgets.QWidget
static widgetAt(x: int, y: int) PySide6.QtWidgets.QWidget
static windowIcon() PySide6.QtGui.QIcon