[Closed] Qt::WA_NoSystemBackground not working for all widgets
Locked
India
-
hey everyone
I was trying to specify attributes for the widgets using Qt::WA_NoSystemBackground so that the widgets do not take the background image of the form.
It worked well for the labels, scroll area and text text browser. Some how it does not give the desired effect for the radio buttons and the QLineEdit. I see a separate background for the radio buttons and the the text boxs.
This is how i have used
@
ui->passwordRadiobutton->setAttribute(Qt::WA_NoSystemBackground);
@
Any suggestions???alfah
-
Closing thread, as it is a duplicate of http://developer.qt.nokia.com/forums/viewthread/9437/
Please don't double post.