I have a dialog with a tab widget that is part of a grid layout. Within the tab widget is a frame. Within the frame is another widget that implements resizeEvent.

When I resize the dialog, the tab widget and frame resize as expected, but the widget within the frame does not.

What is the best way to get the widget that is inside the frame to resize along with the frame?

Thank you,
Chas