Trying to make my maya window translucent

I am trying to get a panel to become open to alpha values so that I can see through it. I get how to get a full window to become translucent by QWidget.setWindowOpacity(alphaVal) but I am looking to isolate a specific panel/widget/etc within a popup window to be passed an alpha value and see through it.

Any ideas?