nodeeditor
nodeeditor copied to clipboard
Qt Node Editor. Dataflow programming framework
Connecting the output of the following nodes to the preceding nodes will throw an exception
Hello, I want to dynamically change the graphics style , for example by 'switching on/off' the 'light theme' style (to dark default one) from example. So how to adapt the...
Fix CI badges, test CI work
When running the example "text. exe", I found that QLineEdit was not working properly. The QLineEdit context menu is not closed after executing the action, and clicking on other positions...
i add a button to the node and accept the node location,click the button a widget can display ,but the widget location is wrong
The item is clipped sometimes. https://github.com/paceholder/nodeeditor/assets/43397056/c344ae58-2a9a-41bb-88fb-4db5d5711ff8
Hello, this really is simply a masterpiece! I'm going to make a visual programming language with the help of it, so I'd like to be able to dynamically add new...
@paceholder I worked on nodeeditor half an year ago. I fixed lots of tiny thing, I added a (buggy) QML wrapper but it's a good start. I also added some...
## Issue Description: A potential memory out-of-bounds access error can occur when updating the locked state of nodes after clearing the scene. This issue arises in the following scenario: A...
In my app if count nodes more 30+, so then starting freezing and downing performance. The culprit of all this's shadows. I added enabler shadow. And now in my project...