NodeGraphQt icon indicating copy to clipboard operation
NodeGraphQt copied to clipboard

Node graph framework that can be re-implemented into applications that supports PySide2

Results 95 NodeGraphQt issues
Sort by recently updated
recently updated
newest added

When trying to create a GroupNode with NodeGraph.set_layout_direction(1) it throws the following error: Traceback (most recent call last): File "C:\Users\awant\AppData\Local\Programs\Python\Python311\Lib\site-packages\NodeGraphQt\qgraphics\node_base.py", line 197, in paint self._paint_vertical(painter, option, widget) File "C:\Users\awant\AppData\Local\Programs\Python\Python311\Lib\site-packages\NodeGraphQt\qgraphics\node_group.py", line...

bug

Hi, I am trying to figure out why a node can move to the original position after I edit the node's name by double clicking on the name field. Not...

If a widget has been hidden using hide_widget, it will reappear after the viewer is zoom-out (very small) and zoom-in. File: node_base.py ``` def set_proxy_mode(self, mode): """ Set whether to...

bug

Is there a way to modify the selection and hover events for PipeItem such that it's only activated when the cursor is directly over the pipe path and not the...

question

if combine this framework and image processing project , like opencv , it will be a strong tool

I am beginning to work on a Qt6 project that will use this library, so I needed to see how feasible porting to Qt6 would be. Work so far is...

I am trying to place a custom widget occupying entire node area, but I got following result : > ![image](https://github.com/jchanvfx/NodeGraphQt/assets/3712295/e565a487-1ec2-47d2-bdb8-528e3c96b4d3) I'd like to make it such as following : >...

First of all, thank you for this awesome project! I just came across your `NodeGraph().set_context_menu_from_file` Method, which is very handy. I have one small issue though. My application is developed...

This merge contains your latest changes and fixes another tiny API change on Qt6 on mouse selection rectangle. I've just removed the faulty argument type that changed on Qt6 and...