qtnodes
qtnodes copied to clipboard
:twisted_rightwards_arrows: Node graph visualization and editing with PySide.
https://github.com/LeGoffLoic/Nodz This looks pretty much like what I wanted to build wth this library, so let's see if instead of (one day) finishing up here we could instead contribute to...
Not really a bug, but very unpleasant anyway: The Edge drawing seems to lack behind an update cycle or at least it looks like that. The Edges get left behind...
Given a user drags a new Edge from a Knob, make it visually snap to a nearby target Knob when some threshold distance is undershot.
Currently the width of a Node is dictated by its header text, which actually is an okayish estimate that graphviz can work with. The height however is set to 0.5...
Which can then not be deleted without clearing the complete scene. There is probably an edge case in calling `destroy()` on all affected items, or maybe race condition related to...