I have a style sheet that practically overrides everything. In a certain situation I have a QGroupBox with a gradient background. Inside that QGroupBox I place a QScrollArea. The problem is that the QScrollArea cannot be transparent. I've tried to set all the backgrounds to none but it takes the default QWidget background.

Qt Code:
  1. background: none;
  2. }
  3.  
  4. background: none;
  5. }
  6.  
  7. background: none;
  8. }
To copy to clipboard, switch view to plain text mode 

Screenshot-Form-1.png

Any ideas?