QRenderSurfaceSelector¶
Provides a way of specifying the render surface. More…

Synopsis¶
Functions¶
def
externalRenderTargetSize()def
surface()def
surfacePixelRatio()
Slots¶
def
setExternalRenderTargetSize(size)def
setSurface(surfaceObject)def
setSurfacePixelRatio(ratio)
Signals¶
def
externalRenderTargetSizeChanged(size)def
surfaceChanged(surface)def
surfacePixelRatioChanged(ratio)
Detailed Description¶
The
QRenderSurfaceSelectorcan be used to select the surface, where Qt3D renders the content. The surface can either be window surface or offscreen surface. TheexternalRenderTargetSizeis used to specify the actual size of the surface when offscreen surface is used.When DPI scaling is used by the system, the logical surface size, which is used by mouse events, and the actual ‘physical’ size of the surface can differ. The
surfacePixelRatiois the factor to convert the logical size to the physical size.See also
QWindowQOffscreenSurfaceQSurface
- class PySide2.Qt3DRender.Qt3DRender.QRenderSurfaceSelector([parent=None])¶
- param parent:
Constructs
QRenderSurfaceSelectorwith givenparent.
- PySide2.Qt3DRender.Qt3DRender.QRenderSurfaceSelector.externalRenderTargetSize()¶
- Return type:
Holds the size of the external render target.
- PySide2.Qt3DRender.Qt3DRender.QRenderSurfaceSelector.externalRenderTargetSizeChanged(size)¶
- Parameters:
size –
PySide2.QtCore.QSize
- PySide2.Qt3DRender.Qt3DRender.QRenderSurfaceSelector.setExternalRenderTargetSize(size)¶
- Parameters:
size –
PySide2.QtCore.QSize
Holds the size of the external render target.
- PySide2.Qt3DRender.Qt3DRender.QRenderSurfaceSelector.setSurface(surfaceObject)¶
- Parameters:
surfaceObject –
PySide2.QtCore.QObject
Holds the surface
- PySide2.Qt3DRender.Qt3DRender.QRenderSurfaceSelector.setSurfacePixelRatio(ratio)¶
- Parameters:
ratio – float
Holds the of the surface.
- PySide2.Qt3DRender.Qt3DRender.QRenderSurfaceSelector.surface()¶
- Return type:
Holds the surface
- PySide2.Qt3DRender.Qt3DRender.QRenderSurfaceSelector.surfaceChanged(surface)¶
- Parameters:
surface –
PySide2.QtCore.QObject
- PySide2.Qt3DRender.Qt3DRender.QRenderSurfaceSelector.surfacePixelRatio()¶
- Return type:
float
Holds the of the surface.
- PySide2.Qt3DRender.Qt3DRender.QRenderSurfaceSelector.surfacePixelRatioChanged(ratio)¶
- Parameters:
ratio – float
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.