-
**Check if issue already exists**
Does not seem so.
**Describe the bug**
It looks like the link to [NodeGraphQt Documentation](https://jchanvfx.github.io/NodeGraphQt/api/html/examples…
-
Python's json doesn't serialize **set** objects. I unfortunately can't submit a PR but the fix is relatively simple, in case anyone else encounters this issue.
line 553 of NodeGraphQt/base/model.…
-
First option which made me search for something better:
* pyqtgraph https://github.com/pyqtgraph/pyqtgraph/tree/develop/pyqtgraph/flowchart
Alternatives I've found (after spending the time porti…
-
类似于这个项目,但是这个是基于QtWidgets的,QML画的话肯定更好看…
https://github.com/jchanvfx/NodeGraphQt
-
Qt4 is deprectaed since about 2015, so I think it would make sense to finally drop Qt4 support in NodeGraphQt and move from [Qt.py](https://github.com/mottosso/Qt.py) to [Qt5.py](https://github.com/mo…
-
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\Pyth…
-
I'm using `v0.1.1` of `NodeGraphQt` in my app.
I've tried to make an executable out of my source code using `Pyinstaller` / `Nuitka`, but both of them give the following error after running the bu…
-
Create a BaseNode with two comboBoxes (using add_combo_menu) with enough items for the first's listView to overlap the second (at least 5 elements). Note how the second comboBox draws over the open li…
-
I have implemented a data analysis framework that allows node computation and back propagation of derivatives for optimization of parameters by subclassing NodeGraph and BaseNode. This required allow…
-
If the **layout direction** in a node is changed to **vertical**, then duplicating that node causes a strange behavior. For example, consider `node_a` in vertical layout. Then use the `NodeGraph.dupli…