nodeeditor
nodeeditor copied to clipboard
Qt Node Editor. Dataflow programming framework
We are using nodeeditor for graph visualisation, but we need to disable editing of connections after creating them initially. **Lock(true)** method of **ConnectionGraphicsObject** method does not provide that functionality, and...
Hello guys, thank you for the great project! I've already figured out how to change the port datatype after a node widget is created. Now I would like to make...
Suppose I have a node A, and A have a out port connected to child nodes B1,B2,B3,B4. If I disconnect and reconnect A and B1 (or add a child node...
An example would be placing QLineEdits in the line of each input slot. AFAIK one should override embeddedWidget() to do this, but would also need to know a few things:...
Added comparison operators for DataType
When I embed a combo box in a Node, the scaling of the node does not correctly scale the combo box. In this case, both combo boxes are in a...
I want to change connection style, such as directly line or ployline connect instead of cubic path, and also add triangular arrow at the connect point(`PortType In`). It seems that...