scrollarea.jpg

How do i style this white square in a scroll area?

I was looking for something similar to the way you style the corner of a table
Qt Code:
  1. QTableView QTableCornerButton::section {
  2. background: red;
  3. border: 2px outset red;
  4. }
To copy to clipboard, switch view to plain text mode 

But i can't find the name of the selector or psuedo-class for this item.