Is it possible to change this corner icon on a QStatusBar? Preferably using a Style Sheet.
If i write somthing like
QWidget
{
color: #ff0000;
}
It does seem to be affected, but so is everything else.
I tried to be more specific using QWidget::handle, ::indicator and ::corner, but still no luck.
↧