In the Designer, I can create/drag a Qframe onto the canvas, then add items inside. To me this feels like a container/layout object. Any truth to that? Can I use Qframe as I would a Layout?
I did check out the docs, and that says I should treat Qframe like a styling element and not a layout element. So I'm a bit confused.

I did compile the UI from the designer to see the code, and it wasn't helpful. The code doesn't reflect a "layout style" workflow, meaning it doesn't add items via a ".setLayout" or "addItems" equivalent.

I've added a quick pic of what I have in the designer. I'm trying to write that via Python to get the exact same result. (via code alone)

I have 3 labels. One is a pixmap. How do I add those to to the frame to get what I did in the designer?

Thanks!

20160627_200116.jpg