Node Examples¶
This collection of examples shows how to construct custom nodes that can be used in nodeworks. The documentation describing the construction of a node and all the available options is here: Node Documentation
dynamicnode¶
The dynamicnode example shows how to respond to terminal changes and hide/show
terminals.
examples/dynamicnode.py
tablenode¶
The tablenode example shows how to create and used the table widget as well as
creating and using delegates to show widgets in the cells.
examples/tablenode.py