I'm looking at making a QWidget partially transluscent.
QWidget::setMask can set a per-pixel transparency, like this, but it's either-or: not transluscent.
QWidget::opacity can set a global transluscency, but it's not per-pixel.
How can I get the best of both worlds and add a per-pixel alpha channel to the whole widget? (Decorations don't matter.)