[SOLVED] Change corner icon on QStatusBar
-
Is it possible to change this corner icon on a QStatusBar? Preferably using a Style Sheet.
!http://i.imgur.com/VI1AUDJ.png(QStatusBar corner)!
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.
-
That is the "QSizeGrip":http://qt-project.org/doc/qt-4.8/qsizegrip.html
This "link":http://qt-project.org/doc/qt-4.8/stylesheet-examples.html#customizing-qsizegrip will help you set the stylesheet.
Hope it helps! Cheers :D