NodeGraphQt
NodeGraphQt copied to clipboard
Node graph framework that can be re-implemented into applications that supports PySide2
Hi, thank you for such a good project! I created a node with a Matplotlib widget using the Qt5 backend. If I try to save an image using the matplotlib...
There is weird issue when resizing, i fixed it now its no longer have weird glitches when resizing
I am interested in producing graphs with a combination of circular and rectangular nodes. For the circular nodes I would like to have all the nodes with the same radius,...
Error calling Python override of QGraphicsView::mouseMoveEvent(): Traceback (most recent call last): File "D:\ProgramData\anaconda3\envs\XXXX\Lib\site-packages\NodeGraphQt\widgets\viewer.py", line 619, in mouseMoveEvent self.scene().setSelectionArea( TypeError: 'PySide6.QtWidgets.QGraphicsScene.setSelectionArea' called with wrong argument types: PySide6.QtWidgets.QGraphicsScene.setSelectionArea(QPainterPath, ItemSelectionMode) Supported signatures: PySide6.QtWidgets.QGraphicsScene.setSelectionArea(path:...