Node editor for directed acyclic graph. supports multiple input/output slots and links. It is used by my animation editor which needs a composition graph.
##Features:
- Node/link add and remove.
- Drag & drop for links
- Signals for node/link add and remove.
##Usage:
- Open "demo/QtNodeEditorDemo.pro" in QtCreator.
- See "demo/nodeeditor.cpp" for usage.