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 .

PySide6.QtQuick.QSGNode

The QSGNode class is the base class for all nodes in the scene graph.

PySide6.QtQuick.QSGGeometryNode

The QSGGeometryNode class is used for all rendered content in the scene graph.

PySide6.QtQuick.QSGClipNode

The QSGClipNode class implements the clipping functionality in the scene graph.

PySide6.QtQuick.QSGTransformNode

The QSGTransformNode class implements transformations in the scene graph.

PySide6.QtQuick.QSGOpacityNode

The QSGOpacityNode class is used to change opacity of nodes.