Is it possible with Qt to give a QMenu a title and icon at the top, similar to the system tray popup-menu's of various KDE programs (like KMail)?

I know it has a setTitle() and setIcon() function, but it looks like those are only used when the menu is a submenu.

Thanks.