QQuickItemGrabResult¶
The QQuickItemGrabResult
contains the result from grabToImage()
. More…

Detailed Description¶
See also
-
class
PySide6.QtQuick.
QQuickItemGrabResult
¶
-
PySide6.QtQuick.QQuickItemGrabResult.
image
()¶ - Return type
-
PySide6.QtQuick.QQuickItemGrabResult.
ready
()¶
This signal is emitted when the grab has completed.
-
PySide6.QtQuick.QQuickItemGrabResult.
saveToFile
(fileName)¶ - Parameters
fileName – str
- Return type
bool
Saves the grab result as an image to fileName
. Returns true if successful; otherwise returns false.
Note
In Qt versions prior to 5.9, this function is marked as non-const
.
-
PySide6.QtQuick.QQuickItemGrabResult.
url
()¶ - Return type
© 2021 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.