PDA

View Full Version : QMenu/QPopupMenu item's color and italic property



ultr
30th March 2009, 12:47
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.