Quote Originally Posted by jacek View Post
Maybe:
Qt Code:
  1. groupBox->setAutoFillBackground( true );
To copy to clipboard, switch view to plain text mode 
will help?
I will try this but I don't think it makes much sense. What would that have to do with the color of the label and box itself?
The real question i have is about my understanding of how it should work. Is my notion of the application's palette's scope flawed? Is it not ment to govern everything in an application unless specifically overruled?

And thank you for the quick reply. I am excited to have found a good forum for qt.

jonathan