Re: Transparency ... Again
On XP, your only solution is this:http://www.qtcentre.org/forum/f-qt-s...sses-9301.html (I'm pretty sure I suggested this link to you before...)
Re: Transparency ... Again
I don't remember you suggesting that to me ...
Re: Transparency ... Again
Grabing the content below the window via QPixmap::grabWidget() or QPixmap::grabWindow() and drawing this as background applied with an alpha might be a workaround.
Sven
Re: Transparency ... Again
Quote:
Originally Posted by
svenflossmann
Grabing the content below the window via QPixmap::grabWidget() or QPixmap::grabWindow() and drawing this as background applied with an alpha might be a workaround.
Sven
The performance would suck. There are platform dependent solutions that do exactly just that, but only much faster.