nodeeditor
nodeeditor copied to clipboard
Qt Node Editor. Dataflow programming framework
Once the ctrl+v button is pressed, pasting will not stop until it is release; but i think copy once when you pressed the button is better
Thank you very much for sharing this project, Could you please offer some advice or guidance on how to approach reading your code?
Hello, I'm working within a project environment consisting of VS2022, Qt5.15.2, and Win10. I have several questions regarding the project: 1. When compiling the .dll files, both the release and...
Hello I noticed that when connector is too short , it's very difficult to have focus on it for selection. When moving the connected node away, in order to have...
Hello I noticed that when using comboxBox widgets in Node, there are some very strange behaviors , typically the node disappears (except the combo). When zooming out, the node UI...
add Line Arrow and config
This project has a lot of dependent projects and people building on top of it. Getting good changes merged upstream helps everyone develop improvements more easily and reduces infrastructure headache...
I use vs2022 to compile the examples. Works fine in release mode, but in debug mode I get a __debugbreak() error when right clicking. It seems that an out-of-bounds conflict...
The DataFlowGraphModel::setNodeData function silently ignores anything except node position and size, and the nodeData function returns the model data for most node roles (except size and position). This means you...
I would appreciate guidance from the experts. I have created an openglwidget in class gui: public QMainWindow to show some model, and I am now seeking to implement some operations...