Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « PySide6.QtQuick »

Classe « QQuickWindow »

Informations générales

Héritage

builtins.object
    Object
        QSurface
builtins.object
    Object
        QObject
            QWindow
                QQuickWindow

Définition

class QQuickWindow(QWindow):

Description [extrait de QQuickWindow.__doc__]

QQuickWindow(self, parent: Optional[PySide6.QtGui.QWindow] = None) -> None
QQuickWindow(self, renderControl: PySide6.QtQuick.QQuickRenderControl) -> None

Constructeur(s)

Signature du constructeur Description
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__]

Liste des attributs statiques

Nom de l'attribut Valeur
AfterRenderingStagePySide6.QtQuick.QQuickWindow.RenderStage.AfterRenderingStage
AfterSwapStagePySide6.QtQuick.QQuickWindow.RenderStage.AfterSwapStage
AfterSynchronizingStagePySide6.QtQuick.QQuickWindow.RenderStage.AfterSynchronizingStage
AutomaticVisibilityPySide6.QtGui.QWindow.Visibility.AutomaticVisibility
BeforeRenderingStagePySide6.QtQuick.QQuickWindow.RenderStage.BeforeRenderingStage
BeforeSynchronizingStagePySide6.QtQuick.QQuickWindow.RenderStage.BeforeSynchronizingStage
ContextNotAvailablePySide6.QtQuick.QQuickWindow.SceneGraphError.ContextNotAvailable
Direct3DSurfacePySide6.QtGui.QSurface.SurfaceType.Direct3DSurface
ExcludeTransientsPySide6.QtGui.QWindow.AncestorMode.ExcludeTransients
FullScreenPySide6.QtGui.QWindow.Visibility.FullScreen
HiddenPySide6.QtGui.QWindow.Visibility.Hidden
IncludeTransientsPySide6.QtGui.QWindow.AncestorMode.IncludeTransients
MaximizedPySide6.QtGui.QWindow.Visibility.Maximized
MetalSurfacePySide6.QtGui.QSurface.SurfaceType.MetalSurface
MinimizedPySide6.QtGui.QWindow.Visibility.Minimized
NativeTextRenderingPySide6.QtQuick.QQuickWindow.TextRenderType.NativeTextRendering
NoStagePySide6.QtQuick.QQuickWindow.RenderStage.NoStage
OffscreenPySide6.QtGui.QSurface.SurfaceClass.Offscreen
OpenGLSurfacePySide6.QtGui.QSurface.SurfaceType.OpenGLSurface
OpenVGSurfacePySide6.QtGui.QSurface.SurfaceType.OpenVGSurface
QtTextRenderingPySide6.QtQuick.QQuickWindow.TextRenderType.QtTextRendering
RasterGLSurfacePySide6.QtGui.QSurface.SurfaceType.RasterGLSurface
RasterSurfacePySide6.QtGui.QSurface.SurfaceType.RasterSurface
staticMetaObject<PySide6.QtCore.QMetaObject object at 0x7f40db0f5a00>
TextureCanUseAtlasPySide6.QtQuick.QQuickWindow.CreateTextureOption.TextureCanUseAtlas
TextureHasAlphaChannelPySide6.QtQuick.QQuickWindow.CreateTextureOption.TextureHasAlphaChannel
TextureHasMipmapsPySide6.QtQuick.QQuickWindow.CreateTextureOption.TextureHasMipmaps
TextureIsOpaquePySide6.QtQuick.QQuickWindow.CreateTextureOption.TextureIsOpaque
TextureOwnsGLTexturePySide6.QtQuick.QQuickWindow.CreateTextureOption.TextureOwnsGLTexture
VulkanSurfacePySide6.QtGui.QSurface.SurfaceType.VulkanSurface
WindowPySide6.QtGui.QSurface.SurfaceClass.Window
WindowedPySide6.QtGui.QWindow.Visibility.Windowed

Attributs statiques hérités de la classe QSurface

m_type

Liste des opérateurs

Opérateurs hérités de la classe object

__eq__, __ge__, __gt__, __le__, __lt__, __ne__

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
__delattr__(self, name) Implement delattr(self, name). [extrait de __delattr__.__doc__]
__repr__(self) Return repr(self). [extrait de __repr__.__doc__]
__setattr__(self, name, value) Implement setattr(self, name, value). [extrait de __setattr__.__doc__]
accessibleRoot(self) -> PySide6.QtGui.QAccessibleInterface accessibleRoot(self) -> PySide6.QtGui.QAccessibleInterface [extrait de accessibleRoot.__doc__]
activeChanged
activeFocusItem(self) -> PySide6.QtQuick.QQuickItem activeFocusItem(self) -> PySide6.QtQuick.QQuickItem [extrait de activeFocusItem.__doc__]
activeFocusItemChanged
afterAnimating
afterFrameEnd
afterRendering
afterRenderPassRecording
afterSynchronizing
beforeFrameBegin
beforeRendering
beforeRenderPassRecording
beforeSynchronizing
beginExternalCommands(self) -> None beginExternalCommands(self) -> None [extrait de beginExternalCommands.__doc__]
closeEvent(self, arg__1: PySide6.QtGui.QCloseEvent) -> None closeEvent(self, arg__1: PySide6.QtGui.QCloseEvent) -> None [extrait de closeEvent.__doc__]
closing
color(self) -> PySide6.QtGui.QColor color(self) -> PySide6.QtGui.QColor [extrait de color.__doc__]
colorChanged
contentItem(self) -> PySide6.QtQuick.QQuickItem contentItem(self) -> PySide6.QtQuick.QQuickItem [extrait de contentItem.__doc__]
contentOrientationChanged
createRectangleNode(self) -> PySide6.QtQuick.QSGRectangleNode createRectangleNode(self) -> PySide6.QtQuick.QSGRectangleNode [extrait de createRectangleNode.__doc__]
createTextureFromImage createTextureFromImage(self, image: Union[PySide6.QtGui.QImage, str]) -> PySide6.QtQuick.QSGTexture [extrait de createTextureFromImage.__doc__]
CreateTextureOption
CreateTextureOptions
destroyed
effectiveDevicePixelRatio(self) -> float effectiveDevicePixelRatio(self) -> float [extrait de effectiveDevicePixelRatio.__doc__]
endExternalCommands(self) -> None endExternalCommands(self) -> None [extrait de endExternalCommands.__doc__]
event(self, arg__1: PySide6.QtCore.QEvent) -> bool event(self, arg__1: PySide6.QtCore.QEvent) -> bool [extrait de event.__doc__]
exposeEvent(self, arg__1: PySide6.QtGui.QExposeEvent) -> None exposeEvent(self, arg__1: PySide6.QtGui.QExposeEvent) -> None [extrait de exposeEvent.__doc__]
focusInEvent(self, arg__1: PySide6.QtGui.QFocusEvent) -> None focusInEvent(self, arg__1: PySide6.QtGui.QFocusEvent) -> None [extrait de focusInEvent.__doc__]
focusObject(self) -> PySide6.QtCore.QObject focusObject(self) -> PySide6.QtCore.QObject [extrait de focusObject.__doc__]
focusObjectChanged
focusOutEvent(self, arg__1: PySide6.QtGui.QFocusEvent) -> None focusOutEvent(self, arg__1: PySide6.QtGui.QFocusEvent) -> None [extrait de focusOutEvent.__doc__]
frameSwapped
grabWindow(self) -> PySide6.QtGui.QImage grabWindow(self) -> PySide6.QtGui.QImage [extrait de grabWindow.__doc__]
graphicsApi() -> PySide6.QtQuick.QSGRendererInterface.GraphicsApi graphicsApi() -> PySide6.QtQuick.QSGRendererInterface.GraphicsApi [extrait de graphicsApi.__doc__]
graphicsConfiguration(self) -> PySide6.QtQuick.QQuickGraphicsConfiguration graphicsConfiguration(self) -> PySide6.QtQuick.QQuickGraphicsConfiguration [extrait de graphicsConfiguration.__doc__]
graphicsDevice(self) -> PySide6.QtQuick.QQuickGraphicsDevice graphicsDevice(self) -> PySide6.QtQuick.QQuickGraphicsDevice [extrait de graphicsDevice.__doc__]
hasDefaultAlphaBuffer() -> bool hasDefaultAlphaBuffer() -> bool [extrait de hasDefaultAlphaBuffer.__doc__]
heightChanged
hideEvent(self, arg__1: PySide6.QtGui.QHideEvent) -> None hideEvent(self, arg__1: PySide6.QtGui.QHideEvent) -> None [extrait de hideEvent.__doc__]
incubationController(self) -> PySide6.QtQml.QQmlIncubationController incubationController(self) -> PySide6.QtQml.QQmlIncubationController [extrait de incubationController.__doc__]
isPersistentGraphics(self) -> bool isPersistentGraphics(self) -> bool [extrait de isPersistentGraphics.__doc__]
isPersistentSceneGraph(self) -> bool isPersistentSceneGraph(self) -> bool [extrait de isPersistentSceneGraph.__doc__]
isSceneGraphInitialized(self) -> bool isSceneGraphInitialized(self) -> bool [extrait de isSceneGraphInitialized.__doc__]
keyPressEvent(self, arg__1: PySide6.QtGui.QKeyEvent) -> None keyPressEvent(self, arg__1: PySide6.QtGui.QKeyEvent) -> None [extrait de keyPressEvent.__doc__]
keyReleaseEvent(self, arg__1: PySide6.QtGui.QKeyEvent) -> None keyReleaseEvent(self, arg__1: PySide6.QtGui.QKeyEvent) -> None [extrait de keyReleaseEvent.__doc__]
maximumHeightChanged
maximumWidthChanged
minimumHeightChanged
minimumWidthChanged
modalityChanged
mouseDoubleClickEvent(self, arg__1: PySide6.QtGui.QMouseEvent) -> None mouseDoubleClickEvent(self, arg__1: PySide6.QtGui.QMouseEvent) -> None [extrait de mouseDoubleClickEvent.__doc__]
mouseGrabberItem(self) -> PySide6.QtQuick.QQuickItem mouseGrabberItem(self) -> PySide6.QtQuick.QQuickItem [extrait de mouseGrabberItem.__doc__]
mouseMoveEvent(self, arg__1: PySide6.QtGui.QMouseEvent) -> None mouseMoveEvent(self, arg__1: PySide6.QtGui.QMouseEvent) -> None [extrait de mouseMoveEvent.__doc__]
mousePressEvent(self, arg__1: PySide6.QtGui.QMouseEvent) -> None mousePressEvent(self, arg__1: PySide6.QtGui.QMouseEvent) -> None [extrait de mousePressEvent.__doc__]
mouseReleaseEvent(self, arg__1: PySide6.QtGui.QMouseEvent) -> None mouseReleaseEvent(self, arg__1: PySide6.QtGui.QMouseEvent) -> None [extrait de mouseReleaseEvent.__doc__]
objectNameChanged
opacityChanged
paletteChanged
paletteCreated
releaseResources(self) -> None releaseResources(self) -> None [extrait de releaseResources.__doc__]
rendererInterface(self) -> PySide6.QtQuick.QSGRendererInterface rendererInterface(self) -> PySide6.QtQuick.QSGRendererInterface [extrait de rendererInterface.__doc__]
RenderStage
renderTarget(self) -> PySide6.QtQuick.QQuickRenderTarget renderTarget(self) -> PySide6.QtQuick.QQuickRenderTarget [extrait de renderTarget.__doc__]
resizeEvent(self, arg__1: PySide6.QtGui.QResizeEvent) -> None resizeEvent(self, arg__1: PySide6.QtGui.QResizeEvent) -> None [extrait de resizeEvent.__doc__]
sceneGraphAboutToStop
sceneGraphBackend() -> str sceneGraphBackend() -> str [extrait de sceneGraphBackend.__doc__]
SceneGraphError
sceneGraphError
sceneGraphInitialized
sceneGraphInvalidated
scheduleRenderJob(self, job: PySide6.QtCore.QRunnable, schedule: PySide6.QtQuick.QQuickWindow.RenderStage) -> None scheduleRenderJob(self, job: PySide6.QtCore.QRunnable, schedule: PySide6.QtQuick.QQuickWindow.RenderStage) -> None [extrait de scheduleRenderJob.__doc__]
screenChanged
setColor(self, color: Union[PySide6.QtGui.QColor, PySide6.QtGui.QRgba64, Any, PySide6.QtCore.Qt.GlobalColor, str, int]) -> None setColor(self, color: Union[PySide6.QtGui.QColor, PySide6.QtGui.QRgba64, Any, PySide6.QtCore.Qt.GlobalColor, str, int]) -> None [extrait de setColor.__doc__]
setDefaultAlphaBuffer(useAlpha: bool) -> None setDefaultAlphaBuffer(useAlpha: bool) -> None [extrait de setDefaultAlphaBuffer.__doc__]
setGraphicsApi(api: PySide6.QtQuick.QSGRendererInterface.GraphicsApi) -> None setGraphicsApi(api: PySide6.QtQuick.QSGRendererInterface.GraphicsApi) -> None [extrait de setGraphicsApi.__doc__]
setGraphicsConfiguration(self, config: PySide6.QtQuick.QQuickGraphicsConfiguration) -> None setGraphicsConfiguration(self, config: PySide6.QtQuick.QQuickGraphicsConfiguration) -> None [extrait de setGraphicsConfiguration.__doc__]
setGraphicsDevice(self, device: PySide6.QtQuick.QQuickGraphicsDevice) -> None setGraphicsDevice(self, device: PySide6.QtQuick.QQuickGraphicsDevice) -> None [extrait de setGraphicsDevice.__doc__]
setPersistentGraphics(self, persistent: bool) -> None setPersistentGraphics(self, persistent: bool) -> None [extrait de setPersistentGraphics.__doc__]
setPersistentSceneGraph(self, persistent: bool) -> None setPersistentSceneGraph(self, persistent: bool) -> None [extrait de setPersistentSceneGraph.__doc__]
setRenderTarget(self, target: PySide6.QtQuick.QQuickRenderTarget) -> None setRenderTarget(self, target: PySide6.QtQuick.QQuickRenderTarget) -> None [extrait de setRenderTarget.__doc__]
setSceneGraphBackend(backend: str) -> None setSceneGraphBackend(backend: str) -> None [extrait de setSceneGraphBackend.__doc__]
setTextRenderType(renderType: PySide6.QtQuick.QQuickWindow.TextRenderType) -> None setTextRenderType(renderType: PySide6.QtQuick.QQuickWindow.TextRenderType) -> None [extrait de setTextRenderType.__doc__]
showEvent(self, arg__1: PySide6.QtGui.QShowEvent) -> None showEvent(self, arg__1: PySide6.QtGui.QShowEvent) -> None [extrait de showEvent.__doc__]
tabletEvent(self, arg__1: PySide6.QtGui.QTabletEvent) -> None tabletEvent(self, arg__1: PySide6.QtGui.QTabletEvent) -> None [extrait de tabletEvent.__doc__]
TextRenderType
textRenderType() -> PySide6.QtQuick.QQuickWindow.TextRenderType textRenderType() -> PySide6.QtQuick.QQuickWindow.TextRenderType [extrait de textRenderType.__doc__]
tr
transientParentChanged
update(self) -> None update(self) -> None [extrait de update.__doc__]
visibilityChanged
visibleChanged
wheelEvent(self, arg__1: PySide6.QtGui.QWheelEvent) -> None wheelEvent(self, arg__1: PySide6.QtGui.QWheelEvent) -> None [extrait de wheelEvent.__doc__]
widthChanged
windowStateChanged
windowTitleChanged
xChanged
yChanged

Méthodes héritées de la classe QWindow

__init_subclass__, __subclasshook__, alert, AncestorMode, baseSize, close, contentOrientation, create, cursor, destroy, devicePixelRatio, filePath, flags, format, frameGeometry, frameMargins, framePosition, fromWinId, geometry, height, hide, icon, isActive, isAncestorOf, isExposed, isModal, isTopLevel, isVisible, lower, mapFromGlobal, mapToGlobal, mask, maximumHeight, maximumSize, maximumWidth, minimumHeight, minimumSize, minimumWidth, modality, moveEvent, nativeEvent, opacity, paintEvent, parent, position, raise_, reportContentOrientationChange, requestActivate, requestedFormat, requestUpdate, resize, resolveInterface, screen, setBaseSize, setCursor, setFilePath, setFlag, setFlags, setFormat, setFramePosition, setGeometry, setHeight, setIcon, setKeyboardGrabEnabled, setMask, setMaximumHeight, setMaximumSize, setMaximumWidth, setMinimumHeight, setMinimumSize, setMinimumWidth, setModality, setMouseGrabEnabled, setOpacity, setParent, setPosition, setScreen, setSizeIncrement, setSurfaceType, setTitle, setTransientParent, setVisibility, setVisible, setWidth, setWindowState, setWindowStates, setX, setY, show, showFullScreen, showMaximized, showMinimized, showNormal, size, sizeIncrement, startSystemMove, startSystemResize, surfaceHandle, surfaceType, title, touchEvent, transientParent, type, unsetCursor, Visibility, visibility, width, windowState, windowStates, winId, x, y

Méthodes héritées de la classe QSurface

__init_subclass__, __subclasshook__, format, size, supportsOpenGL, SurfaceClass, surfaceClass, surfaceHandle, SurfaceType, surfaceType

Méthodes héritées de la classe QObject

__getattribute__, __init_subclass__, __subclasshook__, blockSignals, childEvent, children, connect, connectNotify, customEvent, deleteLater, disconnect, disconnectNotify, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, emit, eventFilter, findChild, findChildren, inherits, installEventFilter, isSignalConnected, isWidgetType, isWindowType, killTimer, metaObject, moveToThread, objectName, parent, property, receivers, removeEventFilter, sender, senderSignalIndex, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent

Méthodes héritées de la classe Object

__getattribute__, __init_subclass__, __subclasshook__

Méthodes héritées de la classe object

__dir__, __format__, __hash__, __reduce__, __reduce_ex__, __sizeof__, __str__