Look at this image:


The circled icon - how can I make it larger using stylesheets or, alternatively, programmaticly? I googled, but mostly got archaic answers from previous QT versions. I'm currently using QT 4.6.

After pouring over the stylesheets documentation, I've tried both of these:

QMenu
{
icon-size: 50px 50px;
}

QMenu::icon
{
icon-size: 50px 50px;
}

Neither worked. I'm still new to style sheets... what am I doing wrong?