PDA

View Full Version : Transparent Window on top of QGLWidget flicking on WinXP



Patrick_Bao
1st December 2010, 04:07
Hi,

I created a transparent window on top of other widgets in my application(by using Qt::WA_TranslucentBackground). I have a problem when this transparent window is on top of an QGLWidget, it's flicking on Windows XP. Win 7 don't have this problem. Maybe it's due to the lack of hardware composting on Windows XP? Do you have any ideas on how to fix or work around this?

Thanks,