QRenderCaptureReply — PyQt Documentation v6.9.0 (original) (raw)

PyQt6.Qt3DRender.QRenderCaptureReply

Inherits from QObject.

Description

Receives the result of render capture request.

An object, which receives the image from QRenderCapture::requestCapture.

Methods

image() → QImage

TODO


isComplete() → bool

TODO


saveImage(Optional[str]) → bool

Saves the render capture result as an image to fileName.

Returns true if the image was successfully saved; otherwise returns false.

Signals

completed()

TODO