Hi guys!! Its me again.. the crazy-stylesheet-implementation guy :P

I was digging, and testing a lot... but i cant manage to style the QScrollarea background and borders as well...
I just used meanwhile:

Qt Code:
  1. self.scrollArea.setBackgroundRole(QPalette.Light)
  2. self.scrollArea.setFrameStyle(QFrame.StyledPanel | QFrame.Plain)
To copy to clipboard, switch view to plain text mode 

But i prefer to use stylesheet to fit my entire App. style.

My question is, Is this possible?

Thanks in advance.

Cheers.