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`. :download:`examples/basicapp.py <../../../nodeworks/examples/apps/basicapp.py>` tabbedapp +++++++++ The tabbedapp shows how to create an application with tabs that can open an individual `NodeWidget`. :download:`examples/tabbedapp.py <../../../nodeworks/examples/apps/tabbedapp.py>` threads +++++++ The threads example shows how threads are used to handle long running nodes. :download:`examples/threads.py <../../../nodeworks/examples/apps/threads.py>`