Hi Tibold,

Actually the following did the trick:

 QMenuBar::item {
                    background-color: transparent;
   }

thank you for the suggestion !

Regards,

Andrea


On 4/6/2012 2:35 AM, Tibold Kandrai wrote:
Hi!

Check this example from Qt's website:
http://doc.qt.nokia.com/4.7-snapshot/stylesheet-examples.html#customizing-qmenu

What you need is probably:
QMenu::item {
  background-color: transparent;
}

Cheers,
Tibold

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to