paceholder / nodeeditor

Qt Node Editor. Dataflow programming framework
BSD 3-Clause "New" or "Revised" License
2.94k stars 796 forks source link

Positioning items in the embedded widget relative to the input/output slots' position #310

Open vhutter opened 2 years ago

vhutter commented 2 years ago

An example would be placing QLineEdits in the line of each input slot. AFAIK one should override embeddedWidget() to do this, but would also need to know a few things:

I didn't find anything alike in the examples. Is there a neat way to achieve this?