NodeWidget Examples

Nodeworks can be used in other applications, like MFiX. To use nodeworks in other applications, the NodeWidget can be used like other Qt widgets. The following examples show how to use the NodeWidget in a GUI application.

basicapp

The basicapp example shows how to use the NodeWidget.

examples/basicapp.py

tabbedapp

The tabbedapp shows how to create an application with tabs that can open an individual NodeWidget.

examples/tabbedapp.py

threads

The threads example shows how threads are used to handle long running nodes.

examples/threads.py