[Interest] Qt Style Sheet problem under Windows 7
Andrea Borsic
andrea.borsic at dartmouth.edu
Fri Apr 6 13:22:25 CEST 2012
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120406/296257b8/attachment.html>
More information about the Interest
mailing list