leon-thomm/Ryven

Node layout not unified

Opened this issue · 2 comments

image
Any method to control the layout of inputs and outputs? It does not affect usage, but the visualization is not pretty.

Theoretically yes, and it was the plan to simply employ Qt's layouting policies, but QGraphicsLayouts turned out to be buggy and usually unpredictable, so I don't know how exactly ... If anyone is motivated to work on this, look at this implementation

Thanks, I saw it already had Align settings. Given the fact that the layouts are usually unified without input panels and buttons, this may relate to the widgets and I do not know how to fix it.