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

buttonnode

../_images/buttonnodeexample.png

The button node example shows how to use the pushbutton and toolbutton widgets. examples/buttonnode.py

multibuttonnode

../_images/multibuttonnodeexample.png

The multibuttonnode example shows how to use the pushbuttons and toolbuttons widgets. examples/multibuttonnode.py

dynamicnode

../_images/dynamicnodeexample.png

The dynamicnode example shows how to respond to terminal changes and hide/show terminals. examples/dynamicnode.py

tablenode

../_images/tablenodeexample.png

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