File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,6 @@ class NodeBaseWidget(QtWidgets.QGraphicsProxyWidget):
3939 This is the main wrapper class that allows a ``QtWidgets.QWidget`` to be
4040 added in a :class:`NodeGraphQt.BaseNode` object.
4141
42- See :ref:`Embedding Custom Widgets` example to adding your own widget
43- into a node.
44-
4542 Args:
4643 parent (NodeGraphQt.BaseNode.view): parent node view.
4744 name (str): property name for the parent node.
Original file line number Diff line number Diff line change 1- Custom Widgets
2- ##############
1+ Builtin Widgets
2+ ###############
33
44Here's a few custom widgets that included with the ``NodeGraphQt `` framework.
55
Original file line number Diff line number Diff line change 11Node Widgets
22############
33
4- Here are widgets that can be added to a :class: `NodeGraphQt.BaseNode ` and
5- displayed in the node graph.
4+ Node widgets are widgets that can be embedded into a
5+ :class: `NodeGraphQt.BaseNode ` and displayed in the node graph.
6+
7+ See :ref: `Embedding Custom Widgets ` example to adding your own widget into a node.
68
79NodeBaseWidget
810**************
You can’t perform that action at this time.
0 commit comments