PDA

View Full Version : QColorDialog style sheet modification



Angelo Moriconi
2nd April 2008, 15:20
Hello everybody !
I've just create a simple application which a very simple style sheet that change the background color of widgets and make some other little changes.

In this application I use a QColorDialog that appears correctly with the exception of the slider which have the default background color instead of the modified one:

http://www.imagehosting.com/out.php/t1669334_qcolordialog.png (http://www.imagehosting.com/out.php/i1669334_qcolordialog.png)

Currently I only define this line in order to change the background color:


QDialog
{
background: rgb(180,180,180);
}


Any suggestions ?

Thanks,

Angelo