Qt Quick Scene Graph Node classes¶
Nodes that can be used as part of the scene graph.
This page lists the nodes in Qt Quick ‘s Qt Quick Scene Graph .
PySide2.QtQuick.QSGNode
The QSGNode class is the base class for all nodes in the scene graph.
PySide2.QtQuick.QSGGeometryNode
The QSGGeometryNode class is used for all rendered content in the scene graph.
PySide2.QtQuick.QSGClipNode
The QSGClipNode class implements the clipping functionality in the scene graph.
PySide2.QtQuick.QSGTransformNode
The QSGTransformNode class implements transformations in the scene graph.
PySide2.QtQuick.QSGOpacityNode
The QSGOpacityNode class is used to change opacity of nodes.
© 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.