That makes sense. There a sentence on the QFrame documentation page that states...

The margin between the frame and the contents of the frame can be customized with the QWidget::setContentsMargins() function.
so the contentsRect() call should be what I need.

Thanks!

-Mic