Georgie,
What version of Qt are you using? Starting with 4.1 the default bahavior for most widgets is to get the background directly from thier parent essentially skipping any type of fill. Most likely you need to call setAutoFillBackground(true) on the widgets that are misbehaving.
--Justin Noel
justin@ics.com
Bookmarks