Well, it didn't take me long to get back in here.

I'm trying to create custom frames for some of my subclassed QComboBox and QLineEdit widgets.

But when I set the QFrame as a child of the widget, it does not show.

If I make it a child of the same parent as the widget, I can see the frame, but I can no longer access the contents of the widget.

What am I doing wrong?