Applying atyle 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/03/08
20:06 UTC
Read the original article
Hit count: 686
pyqt
|stylesheet
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