Hello,

It's easy to enable italic property in the (Qt4) QMenu item's QFont .
However is there a simple way to change the color of a QMenu's item (QAction)? Or do I have to reimplement the paint event?

And can both of these be done in Qt3's QPopupMenu?


Thanks.