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