Applying style sheets in pyqt

Posted by Jebagnanadas on Stack Overflow See other posts from Stack Overflow or by Jebagnanadas
Published on 2010-03-08T20:03:07Z Indexed on 2010/04/23 5:53 UTC
Read the original article Hit count: 316

Filed under:
|

Hello all,

If i apply a property to a parent widget it is automatically applied for child widgets too.. Is there any way of preventing this?? For example if i set background color as white in a dialog the button,combo boxes and scroll bars looks white as it lacks it native look(have to say it's unpleasant & ugly).. Is there any way that i can apply the stylesheets only to a parent widget not to it's children???

Experts help please..

© Stack Overflow or respective owner

Related posts about pyqt

Related posts about stylesheet