Is it possible to change the colour/line style of a QMenu tearoff subcontrol ? I would like to change the colour/style of the dashed tearoff line
I have tried with a stylesheet
QMenu::tearoff
{
/*color: blue;*/
background: orange;
}
But this dont work, the line is invisible
Thanks in advance
question from:https://stackoverflow.com/questions/65887577/styling-qmenu-tearoff-sub-control-using-a-stylesheet