Hi, I have several QTextEdit widgets. I have no Idea on how to set the background colors. In Qt3 I used
Qt Code:
  1. teErrorMessages->setPaletteBackgroundColor( QColor( 240, 240, 255 ) );
To copy to clipboard, switch view to plain text mode 
I have looked at designer, Qt3 to Qt4 docs. the Qt4 demos, and am still at a loss.

Any help would be most appreciated.