I have just started using Qt embedded and I must admit I am amazed at how easy it is to develop for X11 and then to cross compile to my target.

Though I am having one annoying problem, I am trying to change the background of the QWS from green to whatever I desire. If that is not possible I would like to know what the exact RGB value is?

I have searched the web and these forums and I have come across the class QWSServer::setBackground (something like that) but there is no reference to it in the Qt4.5 documentation.

Is there some other method except for changing these colour scheme with the exception of running a window in the background?

Thanks for any assistance.

H