PDA

View Full Version : How do i style the bottom-right corner of a ScrollArea?



Nyte
12th September 2014, 11:13
10628

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

QTableView QTableCornerButton::section {
background: red;
border: 2px outset red;
}

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

anda_skoa
12th September 2014, 12:00
That's the corner widget, see QAbstractScrollArea::cornerWidget().

Cheers,
_