Hey guys,

I created a parent widget using the mainwindow class and I have a separate widget which I would like to use as a "child widget". When I call the function "show()" on the childwidget, it always appears above the parent widget, is there anyway to have it appear below the parent widget? Thank you.

I've tried to "lower()" the childwidget, but it just makes both windows "disappear", and it doesn't solve the problem. "raise()" on the parent widget doesn't seem to work either.

From my understanding "stackunder()" only works on siblig widgets, not parent -child widgets.

Regards,
Pembar