File tree 3 files changed +6
-7
lines changed
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):
39
39
This is the main wrapper class that allows a ``QtWidgets.QWidget`` to be
40
40
added in a :class:`NodeGraphQt.BaseNode` object.
41
41
42
- See :ref:`Embedding Custom Widgets` example to adding your own widget
43
- into a node.
44
-
45
42
Args:
46
43
parent (NodeGraphQt.BaseNode.view): parent node view.
47
44
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
+ ###############
3
3
4
4
Here's a few custom widgets that included with the ``NodeGraphQt `` framework.
5
5
Original file line number Diff line number Diff line change 1
1
Node Widgets
2
2
############
3
3
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.
6
8
7
9
NodeBaseWidget
8
10
**************
You can’t perform that action at this time.
0 commit comments