PDA

View Full Version : Want custom menu items, like graphics, but how?



rm
30th January 2008, 16:53
Prior to Qt4 there used to be a QCustomMenuItem class that allowed you to draw your own popup menu items. It's not there anymore.

Anyone who has some ideas how to achieve the same thing in Qt4?

jpn
30th January 2008, 20:52
You can make it a custom widget and use QWidgetAction.