nukescripts.readviewscheck.QApplication
- class nukescripts.readviewscheck.QApplication(self) None
- class nukescripts.readviewscheck.QApplication(self, arg__1: Sequence[str]) None
Bases:
PySide6.QtGui.QGuiApplication
__init__(self) -> None __init__(self, arg__1: Sequence[str]) -> None
Initialize self. See help(type(self)) for accurate signature.
Methods
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: 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]
- 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: Optional[bytes] = 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: Union[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() Optional[PySide6.QtCore.QCoreApplication]
- 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: Union[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: Optional[PySide6.QtCore.QObject] = 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: Union[PySide6.QtGui.QFont, str, Sequence[str]], className: Optional[bytes] = 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: Union[PySide6.QtGui.QCursor, PySide6.QtCore.Qt.CursorShape, PySide6.QtGui.QPixmap]) object
- static 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
- 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: Union[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]
- tr(self, sourceText: str, disambiguation: Optional[str], n: int = - 1) str
- static translate(context: str, key: str, disambiguation: Optional[str], 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