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.
tabbedapp¶
The tabbedapp shows how to create an application with tabs that can open an individual NodeWidget.
threads¶
The threads example shows how threads are used to handle long running nodes.