PDA

View Full Version : How can I remove Green background



asya
5th March 2009, 16:16
When I launch qt applications I see the application being drawn on top of the green background.

How do I change background's color? Is there any way to remove it?

The platform I'm running allows overlaying frame buffer on top of video stream with hardware alpha blending applied, so I need to make this green background to be transparent.
In other words I want to make background have the color with alpha = 0.

jpn
5th March 2009, 17:53
See QWSServer::setBackground().

asya
6th March 2009, 13:18
See QWSServer::setBackground().

That was easy. Thanks. :)