Hi guys,

I would like to change toolbar's actions(buttons) background to red when action(button) gets mouseOver event. How to do this using style sheets?

QToolbar:: /*???*/
{
background: red;
}

Thanks.