Closed multimeric closed 1 year ago
Hi, @multimeric ,
it's a problem of magicgui
(FieldGroup
inherits magicgui's Container
).
I remember there was a plan to let parent
return magicgui widgets (at least it should return magicgui widget, otherwise it does not follow the concept of backend independency of magicgui), but apparently it is not ready now...
Okay, my bad. I'll report this over at magicgui
!
Widget.parent
's type annotation indicates that it returns amagicgui.widgets.Widget
, but at least for aFieldGroup
, it seems to instead return aQWidget
: