spark.graph_editor.widgets.shape#
Classes#
A square QPushButton |
|
A widget for inputting or displaying a shape with a dynamic number of dimensions. |
|
Custom QWidget used for integer fields in the SparkGraphEditor's Inspector. |
Module Contents#
- class spark.graph_editor.widgets.shape.QPushButtonSquare(*args, **kwargs)[source]#
Bases:
PySide6.QtWidgets.QPushButtonA square QPushButton
- class spark.graph_editor.widgets.shape.QShapeEdit(initial_shape=None, min_dims=1, max_dims=8, max_shape=1000000000.0, **kwargs)[source]#
Bases:
PySide6.QtWidgets.QWidgetA widget for inputting or displaying a shape with a dynamic number of dimensions.
- class spark.graph_editor.widgets.shape.QShape(initial_shape=(1,), min_dims=1, max_dims=8, max_shape=1000000000.0, **kwargs)[source]#
Bases:
spark.graph_editor.widgets.base.QInputCustom QWidget used for integer fields in the SparkGraphEditor’s Inspector.