nodeeditor icon indicating copy to clipboard operation
nodeeditor copied to clipboard

Qt Node Editor. Dataflow programming framework

Results 165 nodeeditor issues
Sort by recently updated
recently updated
newest added

Hi, Is there a way to run an equivalent flow not as a UI application but a console application where there is no graphics driver/hardware at all ? I am...

In the case where a person wants to load a file and then decides not to, the scene should not clear. The clearScene() call should move down toward the bottom...

Reproducing Steps. 1. make couple of nodes ( good example is image loader & display node ) 2. scale up one of the display node to occupy half of window...

bug

#111 expose and fix crash when you connect node output to self input (loop). However it's still possible to make a loop through graph node and it will crash, like...

This change allows some additional flexibility in node layout, by letting the ports in certain port positions be hidden. The API for hiding a port is simply to have a...

when you register models you create an instance of them and when needed you clone them. why you not just create them when needed? you can save all of the...

enhancement

Hi, There might be an issue in the library. Particularly, there application crashes when a connection is dragged but not connected to another port, but let go in the view....

@signmotion 's [work](https://github.com/paceholder/nodeeditor/pull/209) squashed and rebased (as of 5bab847f455409f78028b6b11a452279fee97dc8) All credits go to @signmotion obsoletes #209

Hi, The ShadowColor set on a node after its creation is not taken into account. This is because it is not forwarded to the QGraphicsDropShadowEffect installed: ``` NodeStyle s(n->nodeDataModel()->nodeStyle()); s.ShadowColor...

Add possibility to embed and deembed (detach) Node widget from scene. From popup menu on right button click you can select embedding state. When the widget is detached you can...