No.
The parent of a widget is either 0 or another widget.
So QLayout is never a parent of a widget, so widget's never appear in a layout's children() list.
The layout is just arranging widgets on behalf of a parent widget, which you can use as a starting point for findChild().
Chers,
_
Bookmarks