PySide using Style Sheets to change QtoolBox

Posted by efi_ex on Stack Overflow See other posts from Stack Overflow or by efi_ex
Published on 2014-08-23T16:17:43Z Indexed on 2014/08/23 16:19 UTC
Read the original article Hit count: 424

Filed under:
|
|
|
|

I'm Wondering if somebody knows a better reference than the QT one for style sheets.

I try to change the background of the content from a QToolBox but background-color only changes the header of the toolbox and the background of the content it reveals is left in a standard color.

I then tried to change the bg of QWidget which worked but left me with problems now at Radiobuttons and Checkboxes, i also think changing QWidget isn't a good solution.

The first picture is with Qt standard colors (this is a maya tool) the second when i change QWidget

http://i.imgur.com/MNlSedx.png?1

http://i.imgur.com/wuplpmw.png?1

© Stack Overflow or respective owner

Related posts about python

Related posts about qt