nodeeditor icon indicating copy to clipboard operation
nodeeditor copied to clipboard

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

Open vhutter opened this issue 2 years ago • 0 comments

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:

  • the position of the embedded widget relative to the topmost slot's position
  • the distance between the slots

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

vhutter avatar Apr 03 '22 20:04 vhutter