NodeGraphQt
NodeGraphQt copied to clipboard
Node graph framework that can be re-implemented into applications that supports PySide2
Thank you for this amazing project! I have noticed a sizing issue when embedding custom widgets: Nodes with a custom widget become too wide based on their name. ), snippet below. Is this even possible? Tried searching through docs/source code/github issues but...
Severity: very minor Issue: When trying to drag a node from the Node Tree, the data sent is `QPointF` but the viewer signal `data_dropped` is expecting a `QPoint` proposed fix:...
Hi, I try to use multible dropdowns/combo menus in an node. I add in the example in file nodes/widget_nodes.py at line 25 additional dropdowns: self.add_combo_menu('my_menu', 'Menu Test', items=items, tooltip='example custom...
I am trying to track down an issue and following is the unexpected behavior. the Undo/Redo for node movement action is successfully registered and then I expects the Undo/Redo call...
Hi; I am trying to retrieve all the nodes in graph including sub-graphs and current system can do only following cases : [ Working Cases ] 1. basically, retrieving nodes...