Hi. How to set white background to the QLabel? I use the next code to do it: QLabel * label = new QLabel( this ); label->setBackgroundRole( QPalette::Base ); But it give no effect. What I should do else? Thanks.