NodeGraphQt
NodeGraphQt copied to clipboard
Node graph framework that can be re-implemented into applications that supports PySide2
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...
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...
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...
if combine this framework and image processing project , like opencv , it will be a strong tool
Python 3.12 and PySide6
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 : >  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...